2023-12-14 21:53:15 +01:00

12 lines
181 B
YAML

image: node:latest
stages:
- deploy
deploy:
stage: deploy
only:
- master
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
- npm publish