Skip to content

Commit

Permalink
Update .github/workflows/script/sw_build_and_push_gem.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tammy Baylis <[email protected]>
  • Loading branch information
xuan-cao-swi and tammy-baylis-swi authored Dec 11, 2023
1 parent 408e0f8 commit 160b625
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 @@ -16,7 +16,7 @@ case $GEM_NAME in
GEM_PATH="exporter/otlp/"
;;
*)
echo "Unknown file type"
echo "Unknown gem name $GEM_NAME. Aborting publish"
GEM_PATH='nowhere'
;;
esac
Expand Down

0 comments on commit 160b625

Please sign in to comment.