Skip to content

Commit e4b68a8

Browse files
authored
Merge pull request #49 from abdfnx/main
fix: trying to fix `scoops` config issues
2 parents c0886bf + d8f9cdb commit e4b68a8

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.goreleaser.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ archives:
2121
- name_template: "zeabur_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
2222
format: binary
2323
id: "binary"
24-
# to archive as zip on Windows.
2524
format_overrides:
2625
- goos: windows
2726
format: zip
@@ -48,14 +47,12 @@ brews:
4847
homepage: "https://zeabur.com"
4948
description: "Zeabur's official command line tool"
5049

51-
scoop:
52-
url_template: "https://github.com/zeabur/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
53-
bucket:
54-
owner: zeabur
55-
name: cli
56-
homepage: "https://zeabur.com"
57-
description: "Zeabur's official command line tool"
58-
repository:
59-
pull_request:
60-
enabled: true
61-
draft: false
50+
scoops:
51+
- url_template: "https://github.com/zeabur/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
52+
bucket:
53+
owner: zeabur
54+
name: cli
55+
homepage: "https://zeabur.com"
56+
description: "Zeabur's official command line tool"
57+
repository:
58+
token: "{{ .Env.TAP_GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)