Skip to content
Snippets Groups Projects
Commit 7db884c2 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] publish only on tags

parent eaf5e207
No related branches found
No related tags found
No related merge requests found
Pipeline #2749 passed
......@@ -34,4 +34,7 @@ publish:
stage: deploy
script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish
\ No newline at end of file
- npm publish
only:
- tags
- triggers
\ No newline at end of file
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