Skip to content

Commit 9834f7b

Browse files
Merge pull request #472 from PrabhaQuest/release-8_2_0
Reset the isPrerelease
2 parents 4291855 + ef080c9 commit 9834f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipeline-templates/global-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
- name: semanticVersion
1515
value: "8.2.0"
1616
- name: isPrerelease
17-
value: ${{ false }}
17+
value: ${{ true }}
1818
- name: isReleaseBranch
1919
value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ]
2020
- name: NODE_OPTIONS

0 commit comments

Comments
 (0)