We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b121d2 commit 02917f4Copy full SHA for 02917f4
.github/workflows/cli-release.yml
@@ -68,11 +68,11 @@ jobs:
68
with:
69
go-version-file: ./go.mod
70
- name: Build snapshot with goreleaser
71
- uses: goreleaser/goreleaser-action@v3
+ uses: goreleaser/goreleaser-action@v6
72
73
distribution: goreleaser
74
version: latest
75
- args: release --clean --skip-publish --skip-announce --snapshot
+ args: release --clean --skip=announce,publish --snapshot
76
env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
TELEMETRY_KEY: ${{ secrets.TELEMETRY_KEY }}
0 commit comments