Skip to content

Commit bde7489

Browse files
authored
Merge pull request #4835 from fluxcd/goreleaser-v2
ci: Adapt config to GoRelease v2
2 parents ffc1f72 + dcca132 commit bde7489

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
8383
with:
8484
version: latest
85-
args: release --release-notes=output/notes.md --skip-validate
85+
args: release --release-notes=output/notes.md --skip=validate
8686
env:
8787
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8888
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ builds:
1515
- arm64
1616
- arm
1717
goarm:
18-
- 7
18+
- "7"
1919
- <<: *build_defaults
2020
id: darwin
2121
goos:
@@ -73,11 +73,11 @@ signs:
7373
output: true
7474
brews:
7575
- name: flux
76-
tap:
76+
repository:
7777
owner: fluxcd
7878
name: homebrew-tap
7979
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
80-
folder: Formula
80+
directory: Formula
8181
homepage: "https://fluxcd.io/"
8282
description: "Flux CLI"
8383
install: |

0 commit comments

Comments
 (0)