Browse Source

Publish release bundles to CraneStation/wasmtime (#239)

pull/241/head
Till Schneidereit 5 years ago
committed by GitHub
parent
commit
265bc318ca
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .azure-pipelines.yml

4
.azure-pipelines.yml

@ -216,7 +216,7 @@ jobs:
- task: GitHubRelease@0
inputs:
gitHubConnection: 'tschneidereit-releases'
repositoryName: 'tschneidereit/wasmtime'
repositoryName: 'cranestation/wasmtime'
action: 'edit'
target: '$(Build.SourceVersion)'
tagSource: 'manual'
@ -229,7 +229,7 @@ jobs:
- task: GitHubRelease@0
inputs:
gitHubConnection: 'tschneidereit-releases'
repositoryName: 'tschneidereit/wasmtime'
repositoryName: 'cranestation/wasmtime'
action: 'edit'
target: '$(Build.SourceVersion)'
tag: 'master'

Loading…
Cancel
Save