Commit 3aba097
Add WordPress.org plugin deploy GitHub Action (#8)
* Add WordPress.org plugin deploy GitHub Action
- Add .github/workflows/deploy.yml for automated deployment on release
- Add .wordpress-org folder with screenshot assets
- Add .distignore to exclude development files from deployment
Uses 10up/action-wordpress-plugin-deploy to deploy to WordPress.org SVN
when a new release is published. Also generates and attaches a ZIP file
to the GitHub release.
Co-Authored-By: yoren@shikadigital.co.jp <yorenchang@gmail.com>
* Improve workflow security and update deprecated action
- Add explicit permissions block for least privilege
- Replace deprecated actions/upload-release-asset@v1 with gh release upload
Co-Authored-By: yoren@shikadigital.co.jp <yorenchang@gmail.com>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: yoren@shikadigital.co.jp <yorenchang@gmail.com>1 parent dc9c161 commit 3aba097
File tree
4 files changed
+37
-0
lines changed- .github/workflows
- .wordpress-org
4 files changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
Loading
Loading
0 commit comments