The current regen builds workflow fires when a PR is created or push as well as when a GA release is created. This PR specifically fixes the GA release processes. When a release is created, it builds the release while also regenerating the builds. The regen builds finishes way before the release build finishes. This results in the release not showing up on downloads.titaniumsdk.com until the regen builds trigger is manually invoked.
This PR no longer regens builds when the release is created, but rather once the release has been approved and is fully released.
The current regen builds workflow fires when a PR is created or push as well as when a GA release is created. This PR specifically fixes the GA release processes. When a release is created, it builds the release while also regenerating the builds. The regen builds finishes way before the release build finishes. This results in the release not showing up on downloads.titaniumsdk.com until the regen builds trigger is manually invoked.
This PR no longer regens builds when the release is created, but rather once the release has been approved and is fully released.