mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
Only publish github release on tags
This commit is contained in:
parent
0f6e62a09b
commit
d8ac6e074b
@ -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: 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…
x
Reference in New Issue
Block a user