Skip to content

Commit f329a5f

Browse files
committed
Added version tag to release title
1 parent c92d3ba commit f329a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ integration:prerelease:
416416
builds/*-linux-* \
417417
builds/*-win-* \
418418
builds/*-macos-* \
419-
--title "Build-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
419+
--title "${CI_COMMIT_TAG}-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
420420
--notes "" \
421421
--prerelease \
422422
--target staging \
@@ -533,7 +533,7 @@ release:distribution:
533533
builds/*-linux-* \
534534
builds/*-win-* \
535535
builds/*-macos-* \
536-
--title "Build-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
536+
--title "${CI_COMMIT_TAG}-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
537537
--notes "" \
538538
--target master \
539539
--repo "$GH_PROJECT_PATH";

0 commit comments

Comments
 (0)