Skip to content
Snippets Groups Projects
Commit 4db11988 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

remove leading v from release name, re #1842

parent 339c2717
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ release: ...@@ -240,7 +240,7 @@ release:
- job: packaging - job: packaging
artifacts: true artifacts: true
release: release:
name: "v$CI_COMMIT_TAG" name: "$CI_COMMIT_TAG"
description: "https://gitlab.studip.de/studip/studip/-/blob/${CI_COMMIT_TAG}/ChangeLog" description: "https://gitlab.studip.de/studip/studip/-/blob/${CI_COMMIT_TAG}/ChangeLog"
tag_name: "$CI_COMMIT_TAG" tag_name: "$CI_COMMIT_TAG"
assets: assets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment