Skip to content

Commit daf8a2f

Browse files
committed
chore: update goreleaser.yml
1 parent 3430e12 commit daf8a2f

File tree

4 files changed

+15
-62
lines changed

4 files changed

+15
-62
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,3 @@ jobs:
3131
args: release --clean
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ dist/
3838
bin/
3939

4040
.claude/
41-
.cursor/
41+
.cursor/
42+
43+
.env

.goreleaser.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.goreleaser.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ before:
55
- go mod tidy
66

77
builds:
8-
- env:
8+
- id: rivet
9+
env:
910
- CGO_ENABLED=0
1011
goos:
1112
- linux
@@ -18,7 +19,8 @@ builds:
1819
binary: rivet
1920

2021
archives:
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

0 commit comments

Comments
 (0)