Skip to content

Commit

Permalink
Use correct tag source
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Seckin committed Nov 23, 2019
1 parent 7bd2ac7 commit d9227b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ stages:
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Build.SourceVersion)'
tagSource: 'auto'
tagSource: 'gitTag'
assets: |
$(artifactsDirectory)/*.zip
$(artifactsDirectory)/*.tar.gz
Expand Down

0 comments on commit d9227b7

Please sign in to comment.