aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci/yuzu-patreon-step2.yml
diff options
context:
space:
mode:
authorZach Hilman <[email protected]>2019-10-08 19:52:02 -0400
committerZach Hilman <[email protected]>2019-10-08 19:52:02 -0400
commit1817191d5569bea9b19c25f548117325eda6ed65 (patch)
treeb06f70fd243c5205e768aa9902f0993d335cdea1 /.ci/yuzu-patreon-step2.yml
parent1ec23a035361d00a3841c29453ef12374106c4db (diff)
downloadyuzu-mainline-1817191d5569bea9b19c25f548117325eda6ed65.tar.gz
yuzu-mainline-1817191d5569bea9b19c25f548117325eda6ed65.zip
ci: Isolate upload merge step into stage 2
Diffstat (limited to '.ci/yuzu-patreon-step2.yml')
-rw-r--r--.ci/yuzu-patreon-step2.yml8
1 files changed, 8 insertions, 0 deletions
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