Goreleaser build local snapshot

This commit is contained in:
Jerry Jacobs 2024-07-26 14:01:11 +02:00
parent 72fcca386b
commit 46794da553
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: '~> v2'
args: release --clean
args: release --clean --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}