Skip to content

Commit

Permalink
ci: Fix build attempt2 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored May 9, 2023
1 parent 57dc03c commit 5c2e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean ${{ !startsWith(github.ref, 'refs/tags/v') && '--snapshot' }}
args: release --clean --snapshot=${{ !startsWith(github.ref, 'refs/tags/v') }}
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5c2e11f

Please sign in to comment.