File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments