Skip to content

ci: ignore 10up/action-wordpress-plugin-deploy artifacts #22

ci: ignore 10up/action-wordpress-plugin-deploy artifacts

ci: ignore 10up/action-wordpress-plugin-deploy artifacts #22

Workflow file for this run

name: Deploy to wordress.org
on:
push:
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install project dependencies
uses: php-actions/composer@v6
- name: WordPress Plugin Deploy
if: ${{ github.event_name == 'release' }}
uses: 10up/[email protected]
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: wp-less