Skip to content

Commit 88f80dd

Browse files
committed
Added version tag to release title
1 parent da457ae commit 88f80dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ build:prerelease:
243243
gh release \
244244
create "$CI_COMMIT_TAG" \
245245
prebuilds/*.tar \
246-
--title "Build-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
246+
--title "${CI_COMMIT_TAG}-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
247247
--notes "" \
248248
--prerelease \
249249
--target staging \
@@ -442,7 +442,7 @@ integration:prerelease:
442442
builds/*-linux-* \
443443
builds/*-win-* \
444444
builds/*-macos-* \
445-
--title "Build-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
445+
--title "${CI_COMMIT_TAG}-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
446446
--notes "" \
447447
--prerelease \
448448
--target staging \
@@ -569,7 +569,7 @@ release:distribution:
569569
builds/*-linux-* \
570570
builds/*-win-* \
571571
builds/*-macos-* \
572-
--title "Build-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
572+
--title "${CI_COMMIT_TAG}-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
573573
--notes "" \
574574
--target master \
575575
--repo "$GH_PROJECT_PATH";

0 commit comments

Comments
 (0)