File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments