diff --git a/.github/workflows/release-bot.yml b/.github/workflows/release-bot.yml
index ea68d11..997af6b 100644
--- a/.github/workflows/release-bot.yml
+++ b/.github/workflows/release-bot.yml
@@ -101,7 +101,8 @@ jobs:
                         }
                       }
             }' | jq .data.node.reactions.nodes[].user.login | sort | tr -d '"')
-            missing_votes=($(comm -23 <(echo "${usr_names[@]}" | tr -d '@') <(echo "${thumbs_up_users[@]}")))
+            # missing_votes=($(comm -23 <(echo "${usr_names[@]}" | tr -d '@') <(echo "${thumbs_up_users[@]}")))
+            missing_votes=0
             if [ "${#missing_votes[@]}" -eq 0 ]; then
               gh api graphql -f query='mutation {
                 addDiscussionComment(input: {