Is your enhancement related to a problem? Please describe.
It would be useful to have an automated “nightly” prerelease on GitHub that packages the current default branch into a ZIP for testing and early adopters, without impacting the existing WordPress.org/SVN deploy workflow.
Proposed Solution
Add a new workflow .github/workflows/nightly.yml that runs on a nightly cron, builds the plugin, zips the build output (dist) into .zip, and publishes/updates a prerelease on GitHub under a fixed tag, e.g. nightly.
Designs
No response
Describe alternatives you've considered
No response
Please confirm that you have searched existing issues in this repository.
Yes
Is your enhancement related to a problem? Please describe.
It would be useful to have an automated “nightly” prerelease on GitHub that packages the current default branch into a ZIP for testing and early adopters, without impacting the existing WordPress.org/SVN deploy workflow.
Proposed Solution
Add a new workflow
.github/workflows/nightly.ymlthat runs on a nightly cron, builds the plugin, zips the build output (dist) into .zip, and publishes/updates a prerelease on GitHub under a fixed tag, e.g.nightly.Designs
No response
Describe alternatives you've considered
No response
Please confirm that you have searched existing issues in this repository.
Yes