Skip to content

Commit

Permalink
test with --snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lionello committed Jun 28, 2024
1 parent ab959f6 commit 0dda7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
with:
# distribution: goreleaser-pro # either 'goreleaser' (default) or 'goreleaser-pro'
# version: latest
args: build --clean
args: build --clean ${{ !startsWith(github.ref, 'refs/tags/v') && '--snapshot' }}
workdir: src
env:
# GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Expand Down

0 comments on commit 0dda7c3

Please sign in to comment.