Skip to content

Commit

Permalink
feat: publish msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hbez committed Aug 31, 2023
1 parent 5c62083 commit 9de363a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [[ `git status --porcelain` ]]; then
git commit -m "$MSG"
git push --set-upstream origin $BRANCH
cd ..
MSG_NOTIFY="Publish $BRANCH \n\n ${PUBLISH_LIST[*]}"
MSG_NOTIFY="Publish at branch: $BRANCH \n\n ${PUBLISH_LIST[*]}"
echo $MSG_NOTIFY
if [ ${#PUBLISH_LIST[@]} > 0 ]; then
if [[ $SLACK_WEBHOOK ]]; then
Expand Down

0 comments on commit 9de363a

Please sign in to comment.