ci: Use NODE_AUTH_TOKEN and bump semantic-release to latest versions

This commit is contained in:
Lukas May
2026-03-06 16:45:49 +01:00
parent 1e16ad82e8
commit 91efbabee6
2 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ semantic-release:
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
- ssh-keyscan -H gitlab.com >> ~/.ssh/known_hosts
- chmod 600 ~/.ssh/id_ed25519
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" >> .npmrc
- npm install
- npm run build
script: