mirror of
https://github.com/10h30/woo-viet.git
synced 2026-06-05 15:09:49 +09:00
c89c14094f
* Add GitHub Actions for WordPress.org Plugin Readme/Assets Update * Moved off WPorg asset files to wordpress.org folder * Add GitHub Actions to release to WP.org
17 lines
424 B
YAML
17 lines
424 B
YAML
name: Plugin asset/readme update
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
trunk:
|
|
name: Push to trunk
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: WordPress.org plugin asset/readme update
|
|
uses: 10up/action-wordpress-plugin-asset-update@stable
|
|
env:
|
|
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
|
|
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
|