diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55cd1fa..c65c4cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -281,7 +281,7 @@ jobs: with: distribution: goreleaser-pro version: "~> v2" - args: release --clean --skip=validate,publish --parallelism 5 + args: release --clean --skip=validate,publish --parallelism 5 --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}