We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92d3ba commit f329a5fCopy full SHA for f329a5f
.gitlab-ci.yml
@@ -416,7 +416,7 @@ integration:prerelease:
416
builds/*-linux-* \
417
builds/*-win-* \
418
builds/*-macos-* \
419
- --title "Build-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
+ --title "${CI_COMMIT_TAG}-$(date -u +"%Y-%m-%dT%H:%M:%SZ")" \
420
--notes "" \
421
--prerelease \
422
--target staging \
@@ -533,7 +533,7 @@ release:distribution:
533
534
535
536
537
538
--target master \
539
--repo "$GH_PROJECT_PATH";
0 commit comments