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 93a4dc4 commit c06937bCopy full SHA for c06937b
.github/workflows/release.yml
@@ -43,7 +43,8 @@ jobs:
43
name: Run GoReleaser
44
uses: goreleaser/goreleaser-action@v6
45
with:
46
- version: latest
+ distribution: goreleaser
47
+ version: "~> v2"
48
args: release --clean
49
env:
50
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
.goreleaser.yml
@@ -1,5 +1,6 @@
1
# Visit https://goreleaser.com for documentation on how to customize this
2
# behavior.
3
+version: 2
4
before:
5
hooks:
6
# this is just an example and not a requirement for provider building/publishing
0 commit comments