Skip to content

Merge pull request #448 from InfoAmazonia/develop #49

Merge pull request #448 from InfoAmazonia/develop

Merge pull request #448 from InfoAmazonia/develop #49

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Build # Remove or modify this step as needed
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: matheusgimenez/action-wordpress-plugin-deploy@develop
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: jeowp # optional, remove if GitHub repo name matches SVN slug, including capitalization