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
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -122,6 +122,8 @@ release_job:
# === Job: Deploy
# Description: this job creates publishes the package to the gitlab package registry
# === Variables ===
# NPM_AUTH_TOKEN: a deploy token with read_package_registry and write_package_registry scopes
deploy:
stage: deploy
needs: ["proxy"]
Loading