Skip to content

Commit d31458a

Browse files
authored
update to gorelease 2.0 config syntax (#5700)
1 parent 0d8fd72 commit d31458a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
if: github.ref_type == 'tag'
228228

229229
- name: Build binaries
230-
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
230+
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
231231
with:
232232
version: latest
233233
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
env:
24
- CGO_ENABLED=0
35

@@ -94,7 +96,7 @@ builds:
9496
- aws
9597

9698
changelog:
97-
skip: true
99+
disable: true
98100

99101
archives:
100102
- id: archives

0 commit comments

Comments
 (0)