Add a new GitHub actions workflow that triggers for every new release, and publishes the plugin to wordpress.org using https://github.com/10up/action-wordpress-plugin-deploy. This seems to be the de-facto GitHub Action to publish WordPress plugins.
Additionally, remove the custom scripts previously used for building and publishing.
Part of https://github.com/hypothesis/wp-hypothesis/issues/40
Closes https://github.com/hypothesis/wp-hypothesis/issues/39
Add a new GitHub actions workflow that triggers for every new release, and publishes the plugin to wordpress.org using https://github.com/10up/action-wordpress-plugin-deploy. This seems to be the de-facto GitHub Action to publish WordPress plugins.
Additionally, remove the custom scripts previously used for building and publishing.
TODO