Skip to content

Commit

Permalink
ci: add snapshot arg
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo committed Mar 7, 2024
1 parent 8acdc42 commit e6fa247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean --skip=publish
args: release --clean --skip=publish --snapshot
env:
GITHUB_TOKEN: ${{ github.token }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.GIT_COMMITTER_TOKEN }}

0 comments on commit e6fa247

Please sign in to comment.