From a020a70f6ac8f7944440c29dfa877c0650edf261 Mon Sep 17 00:00:00 2001 From: Pietro Tota <115724836+pietro-tota@users.noreply.github.com> Date: Fri, 7 Feb 2025 16:49:54 +0100 Subject: [PATCH] chore: update github release task (#606) --- .devops/azure-templates/maven-github-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devops/azure-templates/maven-github-release.yml b/.devops/azure-templates/maven-github-release.yml index 34bf77f0..5b6b95b7 100644 --- a/.devops/azure-templates/maven-github-release.yml +++ b/.devops/azure-templates/maven-github-release.yml @@ -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 \ No newline at end of file