when triggering a release, CI is required. just tagging build.

This commit is contained in:
Jason Kulatunga 2023-01-31 18:56:16 -08:00
parent 0aa331cd4f
commit 4dd894282e
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ jobs:
version_metadata_path: ${{ github.event.inputs.version_metadata_path }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Test
run: |
make test
# - name: Test
# run: |
# make test
- name: Commit Changes Locally
id: commit
uses: packagrio/action-releasr-go@master