We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4aafe14 + afef70d commit bbe8913Copy full SHA for bbe8913
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Run goreleaser in release mode
31
if: success() && startsWith(github.ref, 'refs/tags/v')
32
- uses: goreleaser/goreleaser-action@v5
+ uses: goreleaser/goreleaser-action@v6
33
with:
34
version: latest
35
args: release --rm-dist
.goreleaser.yml
@@ -1,4 +1,5 @@
1
# See documentation at https://goreleaser.com
2
+version: 2
3
before:
4
hooks:
5
- go mod download
0 commit comments