-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Fix "sz pub get" not running for all packages. #448
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Visit the preview URL for this PR (updated for commit eee663f): https://sharezone-test--pr448-run-sz-get-for-all-p-pqnadoh1.web.app (expires Thu, 16 Mar 2023 17:42:14 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 4cb3ae61e1e018abfd9841fd3239f5b49ccc034b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(maybe it's smarter for the next time to split this PR into two so that the fix for CI doesn't need to run through the app CI)
Yeah hadn't thought about that 😅 |
It's split not to late :D When you cherry pick cc97e32 into a separte branch and revert it in this PR it's still much faster |
) The App Store does not allow "<>" characters in the changelog. The changes transforms the string from: ``` Fix "sz pub get" not running for all packages. (#448) Co-authored-by: Nils Reichardt <[email protected]> ``` Converting it to the following string worked: ``` Fix "sz pub get" not running for all packages. (#448) Co-authored-by: Nils Reichardt [email protected] ``` Tested it locally: <img width="677" alt="image" src="https://user-images.githubusercontent.com/24459435/224182253-27090041-d8c6-4d11-ac30-6689215712f2.png"> Closes #464
No description provided.