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