Skip to content
Snippets Groups Projects
Commit 5d53ee89 authored by FAZELI SHAHROUDI Sepehr (INTERN)'s avatar FAZELI SHAHROUDI Sepehr (INTERN)
Browse files

Update release configuration to use dynamic versioning and correct asset URL

parent ef138184
No related branches found
No related tags found
1 merge request!4Draft: Review Branch with all changes from main against empty
Pipeline #53433 passed
......@@ -88,12 +88,14 @@ create_release:
script:
- echo "Creating release"
release:
name: 'Release v1.0'
tag_name: 'v1.0'
name: 'Release v1.$CI_PIPELINE_IID'
tag_name: 'v1.$CI_PIPELINE_IID' # The version is incremented per pipeline.
description: 'v0.$CI_PIPELINE_IID'
ref: '$CI_COMMIT_SHA'
description: 'Release of the master thesis PDF'
assets:
links:
- name: "Master Thesis PDF"
url: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/output/${Name}.pdf"
url: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}-3/artifacts/raw/output/${Name}.pdf"
only:
- main
\ No newline at end of file
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