wip: github actions

This commit is contained in:
Frank
2025-07-16 14:58:32 +08:00
parent 82a36acfe3
commit a86d42149f
4 changed files with 440 additions and 234 deletions

View File

@@ -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`