Fix branch name

This commit is contained in:
Guillaume Nodet
2023-01-24 21:57:16 +01:00
parent 08c60d2024
commit 3f42904193

View File

@@ -19,7 +19,7 @@
set -e
export VERSION=$1
export NEXT_VERSION=$2
export BRANCH=0.9.x
export BRANCH=mvnd-0.9.x
if [ "${VERSION}x" = "x" ] || [ "${NEXT_VERSION}x" = "x" ]
then