Skip to content
Snippets Groups Projects
Verified Commit 466d9cfe authored by Georg Krause's avatar Georg Krause
Browse files

ci(deploy): Fix package publishing

parent e350b89e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,11 @@ deploy:
publish:
stage: deploy
image: node:16
before_script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
script:
- yarn publish --access public
- yarn publish --access public --non-interactive
environment: production
only:
- tags
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