Skip to content

Commit

Permalink
feat: implementando publish com extensão .yml e .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodossantoszup committed Sep 15, 2023
1 parent 5b85f93 commit aa1be3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
cd $PLUGIN_PATH
if [ -f "plugin.yaml" ] || [ -f "plugin.yml" ]; then
$HOME/.stk/bin/stk publish plugin --studio $STUDIO
elif [ -f "action.yaml" ]; then
elif [ -f "action.yaml" ] || [ -f "action.yml" ]; then
$HOME/.stk/bin/stk publish action --studio $STUDIO
else
echo "No plugin.yaml or action.yaml found"
Expand Down

0 comments on commit aa1be3a

Please sign in to comment.