action-wordpress-plugin-deploy
action-wordpress-plugin-deploy copied to clipboard
Deploy your plugin to the WordPress.org repository using GitHub Actions
**Describe the bug** The Github workflow run produces three new files that end up in the SVN. Not sure if they are new or have been there for some time...
Hi! Thank you very much for this GitHub action! This streamlined my process to deploy my SimpleTOC Plug-In: https://github.com/mtoensing/simpletoc/blob/master/.github/workflows/deploy.yml I use the "build" feature and have a few questions. When...
**Is your enhancement related to a problem? Please describe.** I'd like to be assured that a deployment to wordpress.org is as expected before tagging it. **Describe the solution you'd like**...
Hi @10up! Maintainer of https://github.com/krzema12/github-actions-kotlin-dsl here. Your action has first-class support in the library. Recently we've come up with a way to reduce operational load when keeping library's action wrappers...
Bump WP & PHP Minimums to the following - [ ] WordPress to 5.7 - [ ] PHP to 7.4 - [ ] Remove any no-longer-needed conditional code for older...
**Is your enhancement related to a problem? Please describe.** There were some files missing from the most recent release of one of my plugins on wordpress.org, despite the `.gitignore` and...
**Is your enhancement related to a problem? Please describe.** Replacing all of the strings for a version can be problematic. A user needs to find all of the strings and...
Bonjour! 🇫🇷 I contribute to [GitHub Actions Kotlin DSL](https://github.com/krzema12/github-actions-kotlin-dsl) which provides an alternative to write GitHub Actions not in YAML but in a type-safe programming language: Kotlin. To this end...
After creating new tag got an error on deploy. `Other files have been modified; changes not deployed` **Describe the bug** [link to logs](https://github.com/MailCheck-co/mailcheck-wordpress/runs/5613851306?check_suite_focus=true) It seems that it worked before, but...
**Is your enhancement related to a problem? Please describe.** Deploying WordPress plugins to WordPress.org via a monorepo. **Describe the solution you'd like** Instead of deploying the entire branch, it would...