Skip to content
Snippets Groups Projects

Publish on npm using CI pipeline

Merged Bastien Abadie requested to merge release-npm into main
2 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -116,8 +116,8 @@ release-npm:
- tags
before_script:
- echo '@teklia:registry=https://registry.npmjs.org/' > .npmrc
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
- echo 'always-auth=true' > .npmrc
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
script:
- npm publish --access public
Loading