mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-21 15:46:03 +00:00
fixed pull request checks
This commit is contained in:
@@ -15,10 +15,10 @@ builder({
|
||||
extraMetadata: {
|
||||
version: vars.version,
|
||||
},
|
||||
publish: {
|
||||
publish: process.env.GH_TOKEN ? {
|
||||
provider: 'github',
|
||||
channel: `latest-${process.arch}`,
|
||||
},
|
||||
} : undefined,
|
||||
},
|
||||
publish: isTag ? 'always' : 'onTagOrDraft',
|
||||
}).catch(() => process.exit(1))
|
||||
|
Reference in New Issue
Block a user