You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
Hello, just wanted to inform you that you can use git commit --allow-empty for empty commits, so will start the workflow without the need to edit something in the file.
The reason will be displayed to describe this comment to others. Learn more.
Hey,
Thanks for the tip.
Actually there is even a better way (you can see in check_for_playstore_releases), I'm not sure why I even did think to use it :)
I didn't add it, because I didn't think I had to restart the build so many time.
Unfortunately the place where the cached objects were stored complained it was too much load on their servers (Wasabi), so all the objects have to be regenerated, which is tricky.
80f0e31
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.
Hello, just wanted to inform you that you can use git commit --allow-empty for empty commits, so will start the workflow without the need to edit something in the file.
80f0e31
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.
Hey,
Thanks for the tip.
Actually there is even a better way (you can see in check_for_playstore_releases), I'm not sure why I even did think to use it :)
I didn't add it, because I didn't think I had to restart the build so many time.
Unfortunately the place where the cached objects were stored complained it was too much load on their servers (Wasabi), so all the objects have to be regenerated, which is tricky.
But I'll add the button to start the workflow 👍