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
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -127,6 +127,8 @@ release_job:
deploy:
stage: deploy
needs: ["proxy"]
rules:
- if: $CI_COMMIT_TAG =~ /v.*/
script:
- *yarn-install
- yarn npm publish
Loading