1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-26 03:27:23 +03:00

Update build-macos.js

This commit is contained in:
Eugene Pankov 2021-06-19 19:44:51 +02:00
parent fad7858f3f
commit 379fd122fc
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -20,6 +20,7 @@ builder({
extraMetadata: {
version: vars.version,
},
identity: !process.env.CI || process.env.CSC_LINK ? undefined : null,
npmRebuild: process.env.ARCH !== 'arm64',
},
publish: isTag ? 'always' : 'onTag',