build: goreleaser snapshot during pr builds (#2082)

This commit is contained in:
ze0s 2025-06-01 15:11:29 +02:00 committed by GitHub
parent f5e484679b
commit 9caf7807de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -281,7 +281,7 @@ jobs:
with: with:
distribution: goreleaser-pro distribution: goreleaser-pro
version: "~> v2" version: "~> v2"
args: release --clean --skip=validate,publish --parallelism 5 args: release --clean --skip=validate,publish --parallelism 5 --snapshot
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}