File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments