We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6925989 commit c5f4cfeCopy full SHA for c5f4cfe
tools/travis/publish.sh
@@ -33,7 +33,7 @@ IMAGE_TAG=$3
33
if [ ${RUNTIME_VERSION} == "3" ]; then
34
RUNTIME="python3Action"
35
elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
36
- RUNTIME="python3AiAction"
+ RUNTIME="python36AiAction"
37
elif [ ${RUNTIME_VERSION} == "39" ]; then
38
RUNTIME="python39Action"
39
fi
0 commit comments