Skip to content

Merge pull request #9 from abstractwp/feature/blocks-allowed #20

Merge pull request #9 from abstractwp/feature/blocks-allowed

Merge pull request #9 from abstractwp/feature/blocks-allowed #20

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: Push to tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress.org plugin update
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: 'presentation-block'