mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
sync
This commit is contained in:
parent
18ab8faa1d
commit
d8fa0fb50c
1 changed files with 1 additions and 1 deletions
|
@ -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}"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue