mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
ci: publish npm package with public access
This commit is contained in:
@@ -35,6 +35,6 @@ package:
|
|||||||
stage: publish
|
stage: publish
|
||||||
script:
|
script:
|
||||||
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
|
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
|
||||||
- npm publish
|
- npm publish --access=public
|
||||||
only:
|
only:
|
||||||
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
- /^v[0-9]+\.[0-9]+\.[0-9]+$/
|
||||||
|
|||||||
Reference in New Issue
Block a user