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

Aktualisieren .gitlab-ci.yml

parent 8cff7749
No related branches found
No related tags found
No related merge requests found
Pipeline #606 passed
...@@ -53,7 +53,7 @@ publish_package: ...@@ -53,7 +53,7 @@ publish_package:
script: script:
- | - |
{ {
echo "//gitlab.jonasled.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc npm config set //${CI_SERVER_HOST}:${CI_SERVER_PORT}/api/v4/packages/npm/:_authToken ${CI_JOB_TOKEN} &&
npm publish && npm publish &&
echo "Successfully published version ${NPM_PACKAGE_VERSION} of ${NPM_PACKAGE_NAME} to GitLab's NPM registry: ${CI_PROJECT_URL}/-/packages" 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