Skip to content

Commit df753e6

Browse files
committed
releaser.yaml - try fix
1 parent 04a689d commit df753e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releaser.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
run: go run .
5050
-
5151
name: Run GoReleaser for snapshot
52-
uses: goreleaser/goreleaser-action@v3
52+
uses: goreleaser/goreleaser-action@v6
5353
# only for PRs and push on branches
5454
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
5555
with:
5656
version: latest
57-
args: release --rm-dist --snapshot --skip-publish --skip-sign
57+
args: release --clean --snapshot --skip=publish,sign
5858
-
5959
name: Run GoReleaser
60-
uses: goreleaser/goreleaser-action@v3
60+
uses: goreleaser/goreleaser-action@v6
6161
# only for tags
6262
if: startsWith(github.ref, 'refs/tags/v')
6363
with:

0 commit comments

Comments
 (0)