Skip to content

Commit

Permalink
Fixing release service connection
Browse files Browse the repository at this point in the history
  • Loading branch information
CoEStarterKitBot committed Nov 1, 2022
1 parent b76ab10 commit c0bc86b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ steps:
solutionDisplayName: 'CoE Starter Kit'
releaseMonth: ${{parameters.ReleaseMonthNumber}}
releaseYear: ${{parameters.ReleaseYearNumber}}
connectionName: 'coe-starter-kit'
connectionName: 'powercat-alm'
releaseNotesPath: 'CenterofExcellenceResources/Release/Notes/'
issueClosingComment: 'This has been fixed in the latest release. Please install [the latest version of the toolkit](https://aka.ms/CoEStarterKitDownload) following the instructions for [installing updates](https://docs.microsoft.com/power-platform/guidance/coe/setup#installing-updates). Note that if you do not remove the unmanaged layers as described there you will not receive updates from us.'
closeIssues: ${{parameters.CloseMilestoneIssues}}
Expand All @@ -228,7 +228,7 @@ steps:

- task: GitHubRelease@1
inputs:
gitHubConnection: 'coe-starter-kit'
gitHubConnection: 'powercat-alm'
repositoryName: 'microsoft/coe-alm-accelerator-templates'
target: main
tagSource: 'userSpecifiedTag'
Expand Down

0 comments on commit c0bc86b

Please sign in to comment.