diff options
| author | Dax Raad <[email protected]> | 2025-08-12 22:55:57 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-12 22:55:57 -0400 |
| commit | 2056781cf71b0753179165228c0558d45a1d8c82 (patch) | |
| tree | 9543d115d89a18991255deb12b7e60be062b9cff | |
| parent | ed5f76d849373d19177ccc83a35a5107914aea41 (diff) | |
| download | opencode-2056781cf71b0753179165228c0558d45a1d8c82.tar.gz opencode-2056781cf71b0753179165228c0558d45a1d8c82.zip | |
ci: disable
| -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 9ceeb387a..1933c156c 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -126,7 +126,7 @@ if (!snapshot) { // "", // ].join("\n") - // for (const pkg of ["opencode", "opencode-bin"]) { + // for (const pkg of ["opencode"]) { // await $`rm -rf ./dist/aur-${pkg}` // await $`git clone ssh://[email protected]/${pkg}.git ./dist/aur-${pkg}` // await $`cd ./dist/aur-${pkg} && git checkout master` |
