diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index 3e0bbcf..4acbfc9 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -12,9 +12,9 @@ # azure pipeline Reached heap limit Allocation failed - JavaScript heap out of memory The command "npm install" exited with code 134 variables: - name: semanticVersion - value: "8.2.0" + value: "8.2.1" - name: isPrerelease - value: ${{ true }} + value: ${{ false }} - name: isReleaseBranch value: $[ or( eq(variables['Build.SourceBranch'], 'refs/heads/master'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release-') ) ] - name: NODE_OPTIONS