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