diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml
index 92913f30b9..39fd47f1c3 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)'