Skip to content

Run on push while in dry-run mode. #1

Run on push while in dry-run mode.

Run on push while in dry-run mode. #1

Workflow file for this run

name: Deploy to WordPress.org
on:
push
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
dry-run: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}