Skip to content

Commit 47cbb65

Browse files
committed
ci
1 parent e91371c commit 47cbb65

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
version: latest
3737
args: release --clean
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.SST_GITHUB_TOKEN }}
4040
AUR_KEY: ${{ secrets.AUR_KEY }}

.goreleaser.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builds:
1212
- amd64
1313
- arm64
1414
ldflags:
15-
- -s -w -X github.com/opencode-ai/opencode/internal/version.Version={{.Version}}
15+
- -s -w -X github.com/sst/opencode/internal/version.Version={{.Version}}
1616
main: ./main.go
1717

1818
archives:
@@ -35,10 +35,11 @@ snapshot:
3535
name_template: "0.0.0-{{ .Timestamp }}"
3636
aurs:
3737
- name: opencode
38-
homepage: "https://github.com/opencode-ai/opencode"
38+
homepage: "https://github.com/sst/opencode"
3939
description: "terminal based agent that can build anything"
4040
maintainers:
41-
- "kujtimiihoxha <kujtimii.h@gmail.com>"
41+
- "dax"
42+
- "adam"
4243
license: "MIT"
4344
private_key: "{{ .Env.AUR_KEY }}"
4445
git_url: "ssh://aur@aur.archlinux.org/opencode-bin.git"
@@ -50,7 +51,7 @@ aurs:
5051
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
5152
brews:
5253
- repository:
53-
owner: opencode-ai
54+
owner: sst
5455
name: homebrew-tap
5556
nfpms:
5657
- maintainer: kujtimiihoxha

0 commit comments

Comments
 (0)