-
-
Notifications
You must be signed in to change notification settings - Fork 977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[F] Fix GitHub Actions trigger issues. #101
Conversation
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
=======================================
Coverage 64.29% 64.29%
=======================================
Files 131 131
Lines 2140 2140
Branches 206 206
=======================================
Hits 1376 1376
Misses 628 628
Partials 136 136
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Wait, What is ${GITHUB_REF##*/} after released...? Let me test. |
last time when I did Re-run all jobs it did fine with that syntax: and homebrew update was published and merged: |
Behavior not change, I think that's right. |
@VergeDX thank you very much! merging 🎉 |
<3 |
Hi @VergeDX do you happen to know what went wrong? |
@pavlobu Oh, I know what's wrong! |
@pavlobu
I move previous homebrew-pr actions to another action, the trigger condition is "on released".
I hope it can fix the previous mistake...