Skip to content

Commit d8ac6e0

Browse files
committed
Only publish github release on tags
1 parent 0f6e62a commit d8ac6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
env:
335335
GITHUB_DEPLOY_KEY: $(GITHUB_DEPLOY_KEY)
336336
- task: GithubRelease@0
337-
#condition: condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
337+
condition: condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
338338
displayName: 'Create GitHub Release'
339339
inputs:
340340
gitHubConnection: alexcrichton-oauth

0 commit comments

Comments
 (0)