Skip to content
Snippets Groups Projects
Commit 8eafb7a4 authored by Andy Summers's avatar Andy Summers
Browse files

Explicitly pass NPM_TOKEN to publish command

parent 16345fd5
No related branches found
No related tags found
No related merge requests found
Pipeline #47823 failed
......@@ -6,7 +6,7 @@ stages:
publish:
stage: deploy
script:
- npm publish
- NPM_TOKEN=$NPM_TOKEN npm publish
only:
refs:
- master@uw-ui-development/uw-material-ui-react
......
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