Skip to content

Commit 04c45d0

Browse files
committed
github workflow hack deploy v2 = v2.3
1 parent b3d3a0a commit 04c45d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
fi
5656
echo "apiVersion=${apiVersion}" >> $GITHUB_OUTPUT
5757
58-
echo "Hack to get last v2.1 install script if needed"
58+
echo "Hack to get last v2.3 install script if needed"
5959
if [[ "${apiVersion}" == "v2" ]]; then
60-
export apiScriptVersion=v2.1
60+
export apiScriptVersion=v2.3
6161
else
6262
export apiScriptVersion=${apiVersion}
6363
fi

.github/workflows/deploy_staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
fi
5757
echo "apiVersion=${apiVersion}" >> $GITHUB_OUTPUT
5858
59-
echo "Hack to get last v2.1 install script if needed"
59+
echo "Hack to get last v2.3 install script if needed"
6060
if [[ "${apiVersion}" == "v2" ]]; then
61-
export apiScriptVersion=v2.1
61+
export apiScriptVersion=v2.3
6262
else
6363
export apiScriptVersion=${apiVersion}
6464
fi

0 commit comments

Comments
 (0)