Skip to content

Commit

Permalink
Try tag again
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhuy committed Aug 30, 2020
1 parent f8ab079 commit a5ac9c9
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,14 @@ jobs:
variables:
Package.Version: $[ dependencies.build.outputs['check.Package.Version'] ]
steps:
- task: GitTag@5
displayName: Git Tag $(Package.Version)
inputs:
workingdir: $(System.DefaultWorkingDirectory)
tagUser: 'Johnny Huynh'
tagEmail: '[email protected]'
tag: '$(Package.Version)'
tagMessage: 'GGSMark $(Package.Version)'

- task: GitHubRelease@1
displayName: Release on GitHub
inputs:
gitHubConnection: 'johnnyhuy-github'
repositoryName: '$(Build.Repository.Name)'
action: 'create'
target: '$(Package.Version)'
tagSource: 'gitTag'
target: '$(Build.SourceVersion)'
tagSource: 'userSpecifiedTag'
tag: '$(Package.Version)'
title: 'Release $(Package.Version)'
changeLogCompareToRelease: 'lastFullRelease'
changeLogType: 'commitBased'
Expand Down

0 comments on commit a5ac9c9

Please sign in to comment.