Skip to content
Snippets Groups Projects

[CI] add release and publish pipeline

Merged Jan Loewe requested to merge jloewe/dcc-js:ci-release-and-publish into master
3 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -124,7 +124,9 @@ release_job:
@@ -124,7 +124,9 @@ release_job:
# Description: this job creates publishes the package to the gitlab package registry
# Description: this job creates publishes the package to the gitlab package registry
deploy:
deploy:
stage: deploy
stage: deploy
 
needs: ["proxy"]
before_script:
before_script:
- corepack enable
- corepack enable
script:
script:
 
- *yarn-install
- yarn npm publish
- yarn npm publish
Loading