summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ci/templates/release-github.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml
index 92913f30b..39fd47f1c 100644
--- a/.ci/templates/release-github.yml
+++ b/.ci/templates/release-github.yml
@@ -3,7 +3,7 @@ steps:
- task: GitHubRelease@0
inputs:
action: 'create'
- title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
+ title: 'yuzu $(BuildName) #$(Build.BuildId)'
assets: '$(Build.ArtifactStagingDirectory)/*'
gitHubConnection: $(GitHubReleaseConnectionName)
repositoryName: '$(Build.Repository.Name)'