File tree Expand file tree Collapse file tree 4 files changed +15
-62
lines changed
Expand file tree Collapse file tree 4 files changed +15
-62
lines changed Original file line number Diff line number Diff line change 3131 args : release --clean
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3838bin /
3939
4040.claude /
41- .cursor /
41+ .cursor /
42+
43+ .env
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 - go mod tidy
66
77builds :
8- - env :
8+ - id : rivet
9+ env :
910 - CGO_ENABLED=0
1011 goos :
1112 - linux
@@ -18,7 +19,8 @@ builds:
1819 binary : rivet
1920
2021archives :
21- - format : tar.gz
22+ - id : rivet
23+ format : tar.gz
2224 name_template : >-
2325 {{ .ProjectName }}_
2426 {{- .Version }}_
@@ -43,17 +45,16 @@ changelog:
4345 - Merge pull request
4446 - Merge branch
4547
46- brews :
48+ homebrew_casks :
4749 - name : rivet
50+ ids :
51+ - rivet
52+ binaries :
53+ - rivet
4854 repository :
4955 owner : cloudsky01
50- name : homebrew-rivet
51- token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
52- directory : Formula
56+ name : homebrew-tap
57+ token : " {{ .Env.GITHUB_TOKEN }}"
5358 homepage : https://github.com/cloudsky01/gh-rivet
5459 description : " Interactive TUI for browsing and managing GitHub Actions workflows"
55- license : MIT
56- test : |
57- system "#{bin}/rivet --version"
58- install : |
59- bin.install "rivet"
60+ license : MIT
You can’t perform that action at this time.
0 commit comments