From 851c5d67ae21d2a985f19a6bdb46282fed4f95c5 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sun, 22 Sep 2019 17:23:47 -0400 Subject: ci: Update to use date as build number --- .ci/templates/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci/templates/release-github.yml') diff --git a/.ci/templates/release-github.yml b/.ci/templates/release-github.yml index 39fd47f1c..92913f30b 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)' -- cgit v1.2.3