Skip to content

Update WP stable tag #6

Update WP stable tag

Update WP stable tag #6

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Set up PHP environment
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- name: Build Plugin
run: make dist
- name: WordPress Plugin Deploy
uses: woocart/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: spiderblocker