diff options
| author | Frank <[email protected]> | 2025-07-16 16:05:51 +0800 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-07-16 16:05:51 +0800 |
| commit | 7ac0a2bc659fa589df95c8ef6a31d74d08288fd7 (patch) | |
| tree | 4302e4e58d88db059a1dba4b804f18a5ced7425b /packages | |
| parent | cb032cff2bf7bdc44eac4a13c71b1fa45246a39a (diff) | |
| download | opencode-7ac0a2bc659fa589df95c8ef6a31d74d08288fd7.tar.gz opencode-7ac0a2bc659fa589df95c8ef6a31d74d08288fd7.zip | |
wip: github actions
Diffstat (limited to 'packages')
| -rwxr-xr-x | packages/opencode/script/publish-github-action.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/opencode/script/publish-github-action.ts b/packages/opencode/script/publish-github-action.ts deleted file mode 100755 index dc0e4099d..000000000 --- a/packages/opencode/script/publish-github-action.ts +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bun - -import { $ } from "bun" - -await $`git tag -d github-v1` -await $`git push origin :refs/tags/github-v1` -await $`git tag -a github-v1 -m "Update github-v1 to latest"` -await $`git push origin github-v1` |
