Skip to content

Merge pull request #79 from evgrezanov/evgrezanov/2_14 #7

Merge pull request #79 from evgrezanov/evgrezanov/2_14

Merge pull request #79 from evgrezanov/evgrezanov/2_14 #7

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: WordPress Plugin Deploy
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}