Skip to content

Commit c683164

Browse files
committed
ci: update goreleaser config for v2
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 71a81ca commit c683164

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
uses: goreleaser/goreleaser-action@336e29918d653399e599bfca99fadc1d7ffbc9f7 # v4.3.0
2525
with:
2626
version: "~> v2"
27-
args: release --clean --timeout 60m --verbose
27+
args: release --clean --fail-fast --timeout 60m --verbose
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# refer to https://goreleaser.com for more options
2-
build:
3-
skip: true
2+
version: 2
43
release:
54
prerelease: auto
65
header: |
76
## {{.Tag}} - {{ time "2006-01-02" }}
87
extra_files:
98
- glob: deploy/*.yaml
109
changelog:
11-
skip: false
10+
disable: false
1211
groups:
1312
- title: Bug Fixes 🐞
1413
regexp: ^.*fix[(\\w)]*:+.*$

0 commit comments

Comments
 (0)