mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
Only publish github release on tags
This commit is contained in:
parent
0f6e62a09b
commit
d8ac6e074b
@ -334,7 +334,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_DEPLOY_KEY: $(GITHUB_DEPLOY_KEY)
|
||||
- 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'
|
||||
inputs:
|
||||
gitHubConnection: alexcrichton-oauth
|
||||
|
Loading…
x
Reference in New Issue
Block a user