Skip to content
Snippets Groups Projects
Commit f6d4267d authored by Matthias Konitzny's avatar Matthias Konitzny :fire:
Browse files

ci should now be able to auto-generate releases.

parent 3a52b2e4
No related branches found
No related tags found
No related merge requests found
Pipeline #49585 failed
......@@ -41,9 +41,20 @@ build-job: # This job runs in the build stage, which runs first.
artifacts:
paths:
- release/knowledge-space.zip
expire_in: never
rules:
- if: $CI_COMMIT_TAG
release:
name: "Release $CI_COMMIT_TAG"
description: "Automated release for version $CI_COMMIT_TAG"
tag_name: "$CI_COMMIT_SHORT_SHA"
assets:
links:
- name: "Plugin Zip Archive"
url: https://gitlab.ibr.cs.tu-bs.de/alg/knowledge-space-wp-plugin/-/jobs/$CI_JOB_ID/artifacts/file/release/knowledge-space.zip
# deploy-job: # This job runs in the deploy stage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment