Skip to content

Commit 20637a6

Browse files
AB#2338159 Fix GitHub Release step (#21520)
1 parent 1e1ce11 commit 20637a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/github-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ steps:
4848
$releaseBranch = "$(branchName)"
4949
$isDryRun = "$(isDryRun)"
5050
if (($(currentSprintWeek) -eq 3) -or ($isDryRun -eq 'true')) {
51+
npm ci
5152
cd $(System.DefaultWorkingDirectory)/ci/ci-release-notes
5253
npm ci
5354
node release-notes.js --token $(GitHubPAT) --version $(currentSprint) --releaseBranch $releaseBranch --isDryRun $isDryRun

0 commit comments

Comments
 (0)