mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-11 13:21:03 +00:00
wip: github actions
This commit is contained in:
parent
a86d42149f
commit
20b8efcc50
3 changed files with 29 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { $ } from "bun"
|
||||
|
||||
await $`git tag -d v1`
|
||||
await $`git push origin :refs/tags/v1`
|
||||
await $`git tag -a v1 -m "Update v1 to latest"`
|
||||
await $`git push origin v1`
|
||||
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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue