remove the "v" prefix for file, to create release with tags starting with "v".

This commit is contained in:
Julien Fastré 2024-08-26 14:21:43 +00:00
parent 50fb79ebbf
commit 58bf722fae

View File

@ -138,4 +138,4 @@ release:
- echo "running release_job"
release:
tag_name: '$CI_COMMIT_TAG'
description: "./.changes/v$CI_COMMIT_TAG.md"
description: "./.changes/$CI_COMMIT_TAG.md"