Skip to content

Commit 1eca761

Browse files
committed
Reset the PreRelease
1 parent ef080c9 commit 1eca761

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pipeline-templates/global-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134
1313
variables:
1414
- name: semanticVersion
15-
value: "8.2.0"
15+
value: "8.2.1"
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)