Skip to content

Commit

Permalink
when triggering a release, CI is required. just tagging build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Feb 1, 2023
1 parent 0aa331c commit 4dd8942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dd8942

Please sign in to comment.