diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index de98fce..4fca07a 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -2,6 +2,6 @@ variables: - name: version value: "7.4" - name: isPrerelease - value: ${{ true }} + value: ${{ false }} - name: shouldPublishDocker value: $[ eq( variables.isPrerelease, false ) ] \ No newline at end of file