ci: use numeric release id instead of gql one

This commit is contained in:
Brendan Allan 2026-02-03 16:59:34 +08:00
parent 6daa962aaa
commit b7bd561eaa
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E
2 changed files with 4 additions and 4 deletions

View file

@ -70,8 +70,8 @@ export const Script = {
get preview() {
return IS_PREVIEW
},
get release() {
return env.OPENCODE_RELEASE
get release(): boolean {
return !!env.OPENCODE_RELEASE
},
get team() {
return team