Skip to content

Commit

Permalink
exit on unknown gem
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Dec 11, 2023
1 parent 160b625 commit aaa0f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/script/sw_build_and_push_gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ case $GEM_NAME in
;;
*)
echo "Unknown gem name $GEM_NAME. Aborting publish"
GEM_PATH='nowhere'
exit 1
;;
esac

Expand Down

0 comments on commit aaa0f55

Please sign in to comment.