Skip to content
Snippets Groups Projects
Commit ff3bd010 authored by Edward J Hunter's avatar Edward J Hunter
Browse files

Merge branch 'issue-12-oops' into 'main'

Actually put the publish job in the deploy stage

See merge request !17
parents 77dd0b67 9af18560
No related branches found
Tags 13.0.0
1 merge request!17Actually put the publish job in the deploy stage
Pipeline #182930 passed
......@@ -129,3 +129,4 @@ publish package:
- echo "@${CI_PROJECT_ROOT_NAMESPACE}:registry=${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/npm/" >> .npmrc
- echo "${CI_API_V4_URL#https?}/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}" >> .npmrc
- npm publish --access public
stage: deploy
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