Skip to content

Commit

Permalink
Update to goreleaser 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hilli committed Jul 29, 2024
1 parent 5a85bc2 commit ddc2cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: '1.22'
check-latest: true
- name: Release
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down
4 changes: 1 addition & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# More examples at https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml

version: 1
version: 2

before:
hooks:
Expand Down Expand Up @@ -66,7 +66,6 @@ brews:
name: Jens Hilligsøe
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/hilli/go-kef-w2"
description: "Command for handling KEF W2 platform speakers (LSX Wireless II (LT)/LS50 Wireless II/LS60 Wireless)"
license: "MIT"
Expand All @@ -88,7 +87,6 @@ scoops:
- repository:
owner: hilli
name: scoop-bucket
folder: bucket
homepage: https://github.com/hilli/go-kef-w2
description: Command for handling KEF W2 platform speakers (LSX Wireless II (LT)/LS50 Wireless II/LS60 Wireless)
license: MIT
Expand Down

0 comments on commit ddc2cf2

Please sign in to comment.