Skip to content

Conversation

kmvachhani
Copy link
Contributor

These commands pass locally but fail in GHA because it interprets no results from grep as exit code 1 and fails the action. Instead this change will return true if grep fails and set result to an empty string. This allows the next if condition to run. In an empty string case we won't exit early and will push the new package.

@kmvachhani kmvachhani marked this pull request as ready for review July 22, 2025 15:57
@kmvachhani kmvachhani requested a review from bmpngrok July 22, 2025 21:45
@kmvachhani kmvachhani requested a review from bmpngrok July 24, 2025 19:21
Copy link
Contributor

@bmpngrok bmpngrok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense! All right, let's 🚀

@kmvachhani kmvachhani merged commit 614f1db into main Jul 28, 2025
16 of 20 checks passed
@kmvachhani kmvachhani deleted the release-workflow-fix branch July 28, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants