action-wordpress-plugin-deploy icon indicating copy to clipboard operation
action-wordpress-plugin-deploy copied to clipboard

Deploy your plugin to the WordPress.org repository using GitHub Actions

Results 35 action-wordpress-plugin-deploy issues
Sort by recently updated
recently updated
newest added

**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...

type:bug
help wanted

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**...

type:enhancement
help wanted

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...

type:question

Bump WP & PHP Minimums to the following - [ ] WordPress to 5.7 - [ ] PHP to 7.4 - [ ] Remove any no-longer-needed conditional code for older...

type:enhancement

**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...

type:enhancement
help wanted
needs:engineering

**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...

type:enhancement
needs:discussion

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...

type:question

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...

type:bug
help wanted

**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...

type:enhancement
needs:discussion