Skip to content

Merge pull request #85 from evgrezanov/evgrezanov/2_15 #8

Merge pull request #85 from evgrezanov/evgrezanov/2_15

Merge pull request #85 from evgrezanov/evgrezanov/2_15 #8

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 }}