Skip to content

Commit e0b9e88

Browse files
committed
Mark the pipeline for release - changes have been tested
1 parent a20d071 commit e0b9e88

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.2"
1616
- name: isPrerelease
17-
value: ${{ true }}
17+
value: ${{ false }}
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)