diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml
index cd9d1df88c..44b7091774 100644
--- a/.ci/templates/build-single.yml
+++ b/.ci/templates/build-single.yml
@@ -3,6 +3,7 @@ parameters:
   cache: 'false'
 
 steps:
+- script: export CI=true && AZURE_REPO_NAME=yuzu-emu/yuzu-$(BuildName) && AZURE_REPO_TAG=$(BuildName)-$(Date:yyyy.MM.dd)
 - task: DockerInstaller@0
   displayName: 'Prepare Environment'
   inputs:
diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml
index 39fd47f1c3..92913f30b9 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) #$(Build.BuildId)'
+      title: 'yuzu $(BuildName) $(Date:yyyy.MM.dd)'
       assets: '$(Build.ArtifactStagingDirectory)/*'
       gitHubConnection: $(GitHubReleaseConnectionName)
       repositoryName: '$(Build.Repository.Name)'