Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release pantheon-advanced-page-cache plugin to wp.org | |
on: | |
release: | |
types: [published] | |
jobs: | |
release: | |
# Do not run this job for prerelease versions. | |
if: ${{ ! github.event.release.prerelease }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: WordPress Plugin Deploy | |
uses: 10up/[email protected] | |
env: | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
SLUG: ${{ env.SLUG }} |