Skip to content

Commit

Permalink
Merge pull request #893 from microsoftgraph/andrueastman-patch-1
Browse files Browse the repository at this point in the history
ci: fixing double tagging and GH releases
  • Loading branch information
andrueastman authored Sep 3, 2024
2 parents d9002ca + 5dfa075 commit cfbc112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cfbc112

Please sign in to comment.