Skip to content
Snippets Groups Projects
Commit 8cff7749 authored by jonasled's avatar jonasled
Browse files

fixed login to gitlab NPM

parent 0d72a05e
No related branches found
No related tags found
No related merge requests found
Pipeline #605 passed
......@@ -53,6 +53,7 @@ publish_package:
script:
- |
{
echo "//gitlab.jonasled.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc
npm publish &&
echo "Successfully published version ${NPM_PACKAGE_VERSION} of ${NPM_PACKAGE_NAME} to GitLab's NPM registry: ${CI_PROJECT_URL}/-/packages"
} || {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment