Fixed the only-on-tags check. This documentation is unclear.
This commit is contained in:
parent
ab58d0053c
commit
6247f94a74
|
@ -18,6 +18,7 @@ steps:
|
|||
popd
|
||||
displayName: 'Create Artifacts'
|
||||
- task: GitHubRelease@0
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||
inputs:
|
||||
gitHubConnection: andlabs
|
||||
repositoryName: andlabs/libui
|
||||
|
|
|
@ -18,6 +18,7 @@ steps:
|
|||
popd
|
||||
displayName: 'Create Artifacts'
|
||||
- task: GitHubRelease@0
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')
|
||||
inputs:
|
||||
gitHubConnection: andlabs
|
||||
repositoryName: andlabs/libui
|
||||
|
|
Loading…
Reference in New Issue