From 1817191d5569bea9b19c25f548117325eda6ed65 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Tue, 8 Oct 2019 19:52:02 -0400 Subject: ci: Isolate upload merge step into stage 2 --- .ci/yuzu-patreon-step2.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.ci/yuzu-patreon-step2.yml') diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 6c628350f..35c5fbe36 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -32,3 +32,11 @@ stages: artifactSource: 'false' cache: $(parameters.cache) version: $(DisplayVersion) +- stage: release + displayName: 'release' + dependsOn: build + jobs: + - job: release + displayName: 'source' + steps: + - template: ./templates/release-private-tag.yml -- cgit v1.2.3