Skip to content

Commit

Permalink
Merge pull request #12 from asdf-vm/tb/golang-build-fix
Browse files Browse the repository at this point in the history
fix(golang-rewrite): add missing goreleaser argument
  • Loading branch information
Stratus3D authored Feb 3, 2024
2 parents 9a94976 + 405de52 commit 4d29553
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 4d29553

Please sign in to comment.