Skip to content

Update GitHub action to install SVN before deploy to WordPress.org #6

Update GitHub action to install SVN before deploy to WordPress.org

Update GitHub action to install SVN before deploy to WordPress.org #6

Workflow file for this run

name: Deploy to WordPress.org
on:
release:
types: [released]
# Allow manually triggering the workflow.
workflow_dispatch:
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install SVN ( Subversion )
run: |

Check failure on line 18 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
sudo apt-get update
sudo apt-get install subversion
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: ad-code-manager