fix: correct package job

This commit is contained in:
Karl-Philipp Wulfert
2019-07-25 15:38:45 +02:00
parent 689dc99414
commit d4a8ef6a9c

View File

@@ -12,6 +12,7 @@ stages:
- build - build
- test - test
- deploy - deploy
- publish
build: build:
tags: tags:
@@ -55,7 +56,7 @@ package:
- build - build
tags: tags:
- secrecy - secrecy
stage: deploy stage: publish
script: script:
- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc - echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" > ~/.npmrc
- npm publish - npm publish