mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 22:12:53 +00:00
fix: correct package job
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user