Skip to content

1.1.0

1.1.0 #1

Workflow file for this run

name: "Deploy to .org"
on:
release:
types: [ published ]
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: WordPress Plugin Deploy
if: |
github.event_name == 'release' && !github.event.release.prerelease
uses: 10up/action-wordpress-plugin-deploy@stable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: featured-image-column