8000
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 249863d commit 87755fcCopy full SHA for 87755fc
.github/workflows/release.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Run GoReleaser
93
uses: goreleaser/goreleaser-action@v6.2.1
94
with:
95
- version: latest
+ version: '~> v2'
96
args: release --clean
97
env:
98
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