Commit dd6db4f4 authored by nanahira's avatar nanahira

deploy npm on tags only

parent 7fd39418
Pipeline #7166 passed with stages
in 1 minute and 21 seconds
......@@ -36,6 +36,6 @@ deploy_npm:
script:
- apt update;apt -y install coreutils
- echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . || true
- npm publish . --access public
only:
- master
- tags
......@@ -27,4 +27,4 @@ deploy_npm:
- echo $NPMRC | base64 --decode > ~/.npmrc
- npm publish . || true
only:
- master
- tags
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment