We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a689d commit df753e6Copy full SHA for df753e6
.github/workflows/releaser.yaml
@@ -49,15 +49,15 @@ jobs:
49
run: go run .
50
-
51
name: Run GoReleaser for snapshot
52
- uses: goreleaser/goreleaser-action@v3
+ uses: goreleaser/goreleaser-action@v6
53
# only for PRs and push on branches
54
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
55
with:
56
version: latest
57
- args: release --rm-dist --snapshot --skip-publish --skip-sign
+ args: release --clean --snapshot --skip=publish,sign
58
59
name: Run GoReleaser
60
61
# only for tags
62
if: startsWith(github.ref, 'refs/tags/v')
63
0 commit comments