This commit is contained in:
vapormusic 2022-03-21 20:38:27 +07:00
parent c874d09f8e
commit c0bb38e58b

View file

@ -29,7 +29,7 @@ if (process.env['CIRCLE_BRANCH'] === 'lts') {
// https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables
var pvers = package.version.split('.')
package.version = `${pvers[0]}.${pvers[1]}.${pvers[2]}-${channel}.${process.env['CIRCLE_BUILD_NUM']}`
package.build.channel = channel
// package.build.channel = channel
package.publish = {
"provider": "github",
"repo": "cider-releases",