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.
2 parents 791cb2b + b3966f1 commit d6189d1Copy full SHA for d6189d1
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
go-version: ${{ steps.versions.outputs.go }}
21
-
22
- uses: goreleaser/goreleaser-action@v2
+ uses: goreleaser/goreleaser-action@v4
23
24
version: latest
25
args: build --config=.github/goreleaser.yml --snapshot
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
password: ${{ secrets.GITHUB_TOKEN }}
48
49
name: Release
50
51
52
53
args: release --config=.github/goreleaser.yml --rm-dist
0 commit comments