Skip to content

Commit 40a7bf9

Browse files
authored
tech: update GitHub service connection (#63)
1 parent f42dac9 commit 40a7bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stages:
4444
displayName: Create GitHub releaes
4545
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
4646
inputs:
47-
gitHubConnection: 'Github Capgemini'
47+
gitHubConnection: 'github.com_tdashworth'
4848
repositoryName: '$(Build.Repository.Name)'
4949
action: 'create'
5050
target: '$(Build.SourceVersion)'
@@ -53,4 +53,4 @@ stages:
5353
releaseNotesSource: 'inline'
5454
assets: '$(Pipeline.Workspace)/Capgemini.PowerApps.PackageDeployerTemplate/*'
5555
changeLogCompareToRelease: 'lastNonDraftRelease'
56-
changeLogType: commitBased
56+
changeLogType: 'commitBased'

0 commit comments

Comments
 (0)