Skip to content

Commit

Permalink
Fix build on non-tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Dec 18, 2022
1 parent 8108ef4 commit 46c47c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
go-version: '1.19'
- name: Run GoReleaser
uses: goreleaser/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 46c47c0

Please sign in to comment.