Skip to content

Commit

Permalink
Fix updating github release (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneidereit authored Aug 6, 2019
1 parent 45c2805 commit ef1890a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef1890a

Please sign in to comment.