Skip to content

Commit

Permalink
Use the manifest update commit for the release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaie committed Feb 20, 2020
1 parent 55dc3f9 commit 2034fb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,14 @@ stages:
git -c "user.name=$(Build.RequestedFor)" -c "user.email=$(Build.RequestedForEmail)" commit -m "Updated module version: $(Build.BuildNumber) [skip ci]"
git push origin HEAD:master
workingDirectory: '$(Build.SourcesDirectory)'
- job: Github_Release
dependsOn: Commit_Updated_Manifest
steps:
- task: GithubRelease@0
displayName: 'Create GitHub Release'
inputs:
target: master
gitHubConnection: RobFaie
repositoryName: Readify/PwshZendesk
tagSource: manual
Expand Down

0 comments on commit 2034fb2

Please sign in to comment.