Skip to content

Commit

Permalink
update test command with --snapshot --clean flags so it can succeed w…
Browse files Browse the repository at this point in the history
…ithout "tag not made against commit" failure
  • Loading branch information
rafibarash committed Sep 5, 2024
1 parent dc1ce54 commit eef0eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
with:
distribution: goreleaser
version: '~> v2'
args: build
args: build --snapshot --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eef0eb6

Please sign in to comment.