From ef1890ae9274b3141b445e76d0cd9036707a55c2 Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Tue, 6 Aug 2019 23:54:17 +0200 Subject: [PATCH] Fix updating github release (#257) --- .azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index db636201d3..257847e0a1 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -250,8 +250,10 @@ jobs: inputs: gitHubConnection: 'tschneidereit-releases' repositoryName: 'cranestation/wasmtime' + action: 'create' target: '$(Build.SourceVersion)' tag: 'dev' + tagSource: 'manual' title: 'Latest CI build' assets: '$(Build.ArtifactStagingDirectory)/**' isDraft: false