Skip to content

Commit

Permalink
ci: fix deprecated goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Feb 29, 2024
1 parent 84a648c commit 333276e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ builds:
archives:
-
id: default
rlcp: true
name_template: "{{ .Var.binary_name }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}-{{ .Mips }}{{ end }}"
builds:
- default
Expand Down Expand Up @@ -79,7 +78,6 @@ aurs:
package: '{{ .Var.aur_package }}'

source:
rlcp: true
enabled: true

snapshot:
Expand Down Expand Up @@ -108,7 +106,7 @@ furies:
brews:
-
name: '{{ .Var.binary_name }}'
tap:
repository:
owner: jon4hz
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 333276e

Please sign in to comment.