ci: publish npm package with public access

This commit is contained in:
Rainer Killinger
2022-04-25 13:22:23 +02:00
parent 8ceffa23a9
commit 334f0d7069

View File

@@ -35,6 +35,6 @@ package:
stage: publish
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
- npm publish
- npm publish --access=public
only:
- /^v[0-9]+\.[0-9]+\.[0-9]+$/