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
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
2
@@ -125,8 +125,6 @@ release_job:
deploy:
stage: deploy
needs: ["proxy"]
before_script:
- corepack enable
script:
- *yarn-install
- yarn npm publish
Loading