diff options
| author | Dax Raad <[email protected]> | 2025-06-13 16:29:57 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-13 16:29:57 -0400 |
| commit | d8fa0fb50c85422b9e6fb8a54602076a05a93ea8 (patch) | |
| tree | 83c0b3fa92522c3ee2c3259ae5799e6f6264d0be | |
| parent | 18ab8faa1d8d033e81c24ec3aef1b9a47fdc87f2 (diff) | |
| download | opencode-d8fa0fb50c85422b9e6fb8a54602076a05a93ea8.tar.gz opencode-d8fa0fb50c85422b9e6fb8a54602076a05a93ea8.zip | |
sync
| -rwxr-xr-x | packages/opencode/script/publish.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index 3ddc23170..a0f3e5771 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -226,7 +226,7 @@ if (!snapshot) { ].join("\n") await $`rm -rf ./dist/homebrew-tap` - await $`git clone https://${process.env["SST_GITHUB_TOKEN"]}@github.com/sst/homebrew-tap.git ./dist/homebrew-tap` + await $`git clone https://${process.env["GITHUB_TOKEN"]}@github.com/sst/homebrew-tap.git ./dist/homebrew-tap` await Bun.file("./dist/homebrew-tap/opencode.rb").write(homebrewFormula) await $`cd ./dist/homebrew-tap && git add opencode.rb` await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"` |
