NPM publish using Node container #4
@@ -47,7 +47,7 @@ local publish_step = {
|
||||
"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 whoami",
|
||||
"npm publish",
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user