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

next try

parent 8e633547
No related branches found
No related tags found
No related merge requests found
Pipeline #49594 passed
......@@ -55,10 +55,8 @@ release-job:
before_script:
- ''
needs:
- build-job
dependencies:
- build-job
- job: build-job
artifacts: true
rules:
- if: $CI_COMMIT_TAG
......@@ -69,7 +67,7 @@ release-job:
release:
name: "Release $CI_COMMIT_TAG"
description: "Automated release for version $CI_COMMIT_TAG"
tag_name: "$CI_COMMIT_SHORT_SHA"
tag_name: "$CI_COMMIT_TAG"
assets:
links:
- name: "Plugin Zip Archive"
......
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