From a0bc89b32ec8b3cd68b3927ebbe6d5cff1af5705 Mon Sep 17 00:00:00 2001 From: petrsnd Date: Tue, 23 Aug 2022 15:44:30 -0600 Subject: [PATCH] release 7.0 --- pipeline-templates/global-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-templates/global-variables.yml b/pipeline-templates/global-variables.yml index cee5b76..f0ce8ce 100644 --- a/pipeline-templates/global-variables.yml +++ b/pipeline-templates/global-variables.yml @@ -2,6 +2,6 @@ variables: - name: version value: "7.0" - name: isPrerelease - value: ${{ true }} + value: ${{ false }} - name: shouldPublishDocker value: $[ eq( variables.isPrerelease, false ) ] \ No newline at end of file