mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-11 00:53:37 +00:00
sync
This commit is contained in:
parent
008ad54cb5
commit
6ae26dd0cf
3 changed files with 41 additions and 10 deletions
7
script/version.ts
Normal file
7
script/version.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { Script } from "@opencode-ai/script"
|
||||
|
||||
let output = `version=${Script.version}\n`
|
||||
|
||||
if (process.env.GITHUB_OUTPUT) {
|
||||
await Bun.write(process.env.GITHUB_OUTPUT, output)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue