From 5dfa075610e16341e9069fcae52763c37a07ecc6 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 3 Sep 2024 16:21:06 +0300 Subject: [PATCH] ci: fixing double tagging and GH releases --- pipelines/ci-build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/ci-build.yml b/pipelines/ci-build.yml index aff47d27c67..c9933d07301 100644 --- a/pipelines/ci-build.yml +++ b/pipelines/ci-build.yml @@ -304,12 +304,12 @@ extends: inputs: gitHubConnection: 'Kiota_Release' target: $(Build.SourceVersion) + repositoryName: '$(Build.Repository.Name)' action: edit - tagSource: userSpecifiedTag - tag: 'v$(VERSION_STRING)' - title: 'v$(VERSION_STRING)' + tag: $(VERSION_STRING) + addChangeLog: false + assetUploadMode: replace assets: | !**/** $(Pipeline.Workspace)/Microsoft.Graph.Beta.*.*nupkg - addChangeLog: false