Skip to content

Commit c5f4cfe

Browse files
authored
fix publish script (#114)
14a31cf missed changing 3AiAction to 36AiAction in publish.sh
1 parent 6925989 commit c5f4cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/travis/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ IMAGE_TAG=$3
3333
if [ ${RUNTIME_VERSION} == "3" ]; then
3434
RUNTIME="python3Action"
3535
elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
36-
RUNTIME="python3AiAction"
36+
RUNTIME="python36AiAction"
3737
elif [ ${RUNTIME_VERSION} == "39" ]; then
3838
RUNTIME="python39Action"
3939
fi

0 commit comments

Comments
 (0)