This commit is contained in:
Dax Raad
2026-01-29 11:37:00 -05:00
parent 09a2f66016
commit 01711d57e7
4 changed files with 13 additions and 7 deletions
+2
View File
@@ -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)
}