mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-10 04:10:26 +00:00
ci: use numeric release id instead of gql one
This commit is contained in:
parent
6daa962aaa
commit
b7bd561eaa
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue