Skip to content

Deploy to WordPress.org #91

Deploy to WordPress.org

Deploy to WordPress.org #91

name: Deploy to WordPress.org

Check failure on line 1 in .github/workflows/continuous-integration-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous-integration-workflow.yml

Invalid workflow file

(Line: 12, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory
on:
workflow_dispatch:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: redux-framework