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 0d8fd72 commit d31458aCopy full SHA for d31458a
.github/workflows/ci.yml
@@ -227,7 +227,7 @@ jobs:
227
if: github.ref_type == 'tag'
228
229
- name: Build binaries
230
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
+ uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
231
with:
232
version: latest
233
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
env:
4
- CGO_ENABLED=0
5
@@ -94,7 +96,7 @@ builds:
94
96
- aws
95
97
98
changelog:
- skip: true
99
+ disable: true
100
101
archives:
102
- id: archives
0 commit comments