mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-14 20:13:25 +00:00
sync
This commit is contained in:
parent
09a2f66016
commit
01711d57e7
4 changed files with 13 additions and 7 deletions
|
|
@ -10,6 +10,8 @@ const release = await $`gh release view v${Script.version} --json id,tagName`.js
|
|||
output += `release=${release.id}\n`
|
||||
output += `tag=${release.tagName}\n`
|
||||
|
||||
console.log(output)
|
||||
|
||||
if (process.env.GITHUB_OUTPUT) {
|
||||
await Bun.write(process.env.GITHUB_OUTPUT, output)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue