NPM publish using Node container #4

Merged
Thilawyn merged 19 commits from npm-publish-fix into master 2023-12-29 04:27:34 +01:00
Showing only changes of commit 0241167018 - Show all commits

View File

@@ -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",
],
};