Skip to content

Commit

Permalink
fix(golang-rewrite): add missing goreleaser argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratus3D committed Feb 3, 2024
1 parent 9a94976 commit 405de52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 405de52

Please sign in to comment.