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
...@@ -35,3 +35,6 @@ publish: ...@@ -35,3 +35,6 @@ publish:
script: script:
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish - 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.
Please register or to comment