Delete deploy to wordpress svn

This commit is contained in:
ulaulaman 2020-07-18 15:00:52 +02:00
parent a72de58f02
commit 14882133ff
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Deploy to WordPress.org
on:
push:
tags:
- "0.3.2"
jobs:
tag:
name: 0.3.2
runs-on: wordpress 4.9.5
steps:
- uses: actions/checkout@master
- name: Build # Remove or modify this step as needed
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}