Skip to content
Snippets Groups Projects
Verified Commit c1debaad authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: wip new pipeline

parent d39207b9
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,12 @@ in
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
ls -lah "${monster}/$archive"
${pkgs'.gnutar}/bin/tar -tf "${monster}/$archive"
${pkgs'.nodejs_20}/bin/npm publish --help
${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" --no-git-checks --access public
## npm instead of pnpm because of https://github.com/pnpm/pnpm/issues/7950
if ! publishingResult=$(${pkgs'.nodejs_20}/bin/npm publish "${monster}/$archive" --no-git-checks --access public)
then
if [ -f .npmrc ] ; then rm .npmrc ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment