We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1ce11 commit 20637a6Copy full SHA for 20637a6
ci/github-release.yml
@@ -48,6 +48,7 @@ steps:
48
$releaseBranch = "$(branchName)"
49
$isDryRun = "$(isDryRun)"
50
if (($(currentSprintWeek) -eq 3) -or ($isDryRun -eq 'true')) {
51
+ npm ci
52
cd $(System.DefaultWorkingDirectory)/ci/ci-release-notes
53
npm ci
54
node release-notes.js --token $(GitHubPAT) --version $(currentSprint) --releaseBranch $releaseBranch --isDryRun $isDryRun
0 commit comments