https://github.com/godaddy-wordpress/deploy-plugin-artifact
Deploy an artifact to WordPress.org Plugin Repository.
https://github.com/godaddy-wordpress/deploy-plugin-artifact
Last synced: over 1 year ago
JSON representation
Deploy an artifact to WordPress.org Plugin Repository.
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/deploy-plugin-artifact
- Owner: godaddy-wordpress
- Created: 2023-02-08T04:13:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T23:26:16.000Z (over 3 years ago)
- Last Synced: 2025-01-21T02:11:14.151Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy WordPress Plugin Artifact
This Action will deploy a plugin artifact to the [WordPress.org SVN](https://developer.wordpress.org/plugins/wordpress-org/how-to-use-subversion/) release repository, to be listed within the Plugin Directory.
## Usage
Use this Action in one of your project [workflows](https://docs.github.com/en/actions/using-workflows) steps:
```yaml
jobs:
wp-env:
runs-on: ubuntu-latest
name: Deploy plugin to WordPress.org
steps:
- name: Deploy to WordPress.org
uses: godaddy-wordpress/deploy-plugin-artifact@v1
with:
plugin-name: coblocks
plugin-version: 2.0.0
plugin-assets: .wordpress-org
svn-username: ${{ secrets.WORDPRESS_ORG_USERNAME }}
svn-password: ${{ secrets.WORDPRESS_ORG_PASSWORD }}
```
---
Copyright © 2023 [GoDaddy Operating Company, LLC](https://godaddy.com) · All Rights Reserved · [License](LICENSE)
[](https://www.godaddy.com/engineering/)