File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ const main = async () => {
1515 console . log ( 'skipping due to [skip ci] message' )
1616 return ;
1717 }
18+ execSync ( `echo "//registry.npmjs.org/:_authToken=${ npm_auth_token } " > .npmrc` ,
19+ { stdio : 'inherit' } )
1820 execSync ( 'yarn global add auto' ,
1921 { stdio : 'inherit' } )
2022 execSync ( 'yarn install --frozen-lockfile' ,
@@ -31,8 +33,6 @@ const main = async () => {
3133 { stdio : 'inherit' } )
3234 execSync ( 'git fetch --tags' ,
3335 { stdio : 'inherit' } )
34- execSync ( `echo "//registry.npmjs.org/:_authToken=${ npm_auth_token } " > .npmrc` ,
35- { stdio : 'inherit' } )
3636 execSync ( `NPM_TOKEN=${ npm_auth_token } GH_TOKEN=${ gh_token } auto shipit --email [email protected] --name j1-internal-automation` , 3737 { stdio : 'inherit' } )
3838 }
You can’t perform that action at this time.
0 commit comments