Skip to content

Commit

Permalink
chore: update github release task (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietro-tota authored Feb 7, 2025
1 parent 5cc5843 commit a020a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devops/azure-templates/maven-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ steps:
displayName: 'Set release variables'
# create new release
- task: GitHubRelease@0
- task: GitHubRelease@1
inputs:
gitHubConnection: ${{ parameters.gitHubConnection }}
repositoryName: $(Build.Repository.Name)
action: create
target: $(sha)
tagSource: manual
tagSource: userSpecifiedTag
tag: $(tag)
title: $(title)
addChangelog: true

0 comments on commit a020a70

Please sign in to comment.