NPM publish using Node container #4
@@ -44,8 +44,10 @@ local publish_step = {
|
||||
},
|
||||
|
||||
commands: [
|
||||
"npm version",
|
||||
"npm set registry https://git.jvalver.de/api/packages/jvalverde/npm",
|
||||
"npm config set -- '//git.jvalver.de/api/packages/jvalverde/npm/:_authToken' '$NPM_TOKEN'",
|
||||
"npm whoami",
|
||||
"npm publish",
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user