mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
wip: github actions
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bun
|
||||
|
||||
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`
|
||||
Reference in New Issue
Block a user