Skip to content

Commit

Permalink
fix publish script (#114)
Browse files Browse the repository at this point in the history
14a31cf missed changing 3AiAction to 36AiAction in publish.sh
  • Loading branch information
dgrove-oss authored Aug 4, 2021
1 parent 6925989 commit c5f4cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ IMAGE_TAG=$3
if [ ${RUNTIME_VERSION} == "3" ]; then
RUNTIME="python3Action"
elif [ ${RUNTIME_VERSION} == "3-ai" ]; then
RUNTIME="python3AiAction"
RUNTIME="python36AiAction"
elif [ ${RUNTIME_VERSION} == "39" ]; then
RUNTIME="python39Action"
fi
Expand Down

0 comments on commit c5f4cfe

Please sign in to comment.