mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-14 20:11:37 +03:00
Fix azure pipelines syntax
This commit is contained in:
parent
d8ac6e074b
commit
3034523d39
@ -334,7 +334,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_DEPLOY_KEY: $(GITHUB_DEPLOY_KEY)
|
GITHUB_DEPLOY_KEY: $(GITHUB_DEPLOY_KEY)
|
||||||
- task: GithubRelease@0
|
- task: GithubRelease@0
|
||||||
condition: condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
|
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
|
||||||
displayName: 'Create GitHub Release'
|
displayName: 'Create GitHub Release'
|
||||||
inputs:
|
inputs:
|
||||||
gitHubConnection: alexcrichton-oauth
|
gitHubConnection: alexcrichton-oauth
|
||||||
|
Loading…
Reference in New Issue
Block a user