Skip to content

Commit

Permalink
ci: set snapshot when not release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jul 25, 2023
1 parent 7671e29 commit 856e917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean --config build/goreleaser.yml
args: release --clean --config build/goreleaser.yml --snapshot
env:
GITHUB_TOKEN: ${{ secrets.github_token }}

Expand Down

0 comments on commit 856e917

Please sign in to comment.