Skip to content

Publish New Release #51

Publish New Release

Publish New Release #51

Workflow file for this run

name: Publish New Release

Check failure on line 1 in .github/workflows/push-deploy.yml

View workflow run for this annotation

GitHub Actions / Publish New Release

Invalid workflow file

The workflow is not valid. .github/workflows/push-deploy.yml: (Line: 19, Col: 11, Idx: 273) - (Line: 19, Col: 12, Idx: 274): While parsing a tag, did not find expected tag URI.
env:
SLUG: "elasticpress"
on:
release:
types: [published]
jobs:
tag:
name: New release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: WordPress Plugin Deploy
if: ! github.event.release.prerelease
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: ${{ env.SLUG }}