Skip to content

Commit 5db5049

Browse files
committed
chore: Updated goreleaser
1 parent b45ce06 commit 5db5049

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.goreleaser.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ builds:
2626
binary: pinata
2727

2828
archives:
29-
- format: tar.gz
29+
- formats: ["tar.gz"]
3030
# this name template makes the OS and Arch compatible with the results of `uname`.
3131
name_template: >-
3232
{{ .ProjectName }}_
@@ -38,7 +38,7 @@ archives:
3838
# use zip for windows archives
3939
format_overrides:
4040
- goos: windows
41-
format: zip
41+
formats: ["zip"]
4242

4343
changelog:
4444
sort: asc
@@ -49,14 +49,14 @@ changelog:
4949

5050
brews:
5151
- name: files-cli
52-
homepage: "https://github.com/PinataCloud/files-cli"
53-
description: "Official Pinata Files CLI written in Go"
52+
homepage: "https://github.com/PinataCloud/ipfs-cli"
53+
description: "Official Pinata IPFS CLI written in Go"
5454
license: "MIT"
55-
url_template: "https://github.com/PinataCloud/files-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
55+
url_template: "https://github.com/PinataCloud/ipfs-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
5656
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
5757
repository:
5858
owner: PinataCloud
59-
name: homebrew-files-cli
59+
name: homebrew-ipfs-cli
6060
branch: main
6161
commit_author:
6262
name: goreleaser-bot

0 commit comments

Comments
 (0)