Skip to content

chore: update github workflow #3

chore: update github workflow

chore: update github workflow #3

Workflow file for this run

name: Release to WordPress.org
on:
push:
tags:
- "*"
- "!*-beta*"
jobs:
tag:
name: Build and Release to WordPress.org
runs-on: ubuntu-20.04
steps:
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
- uses: actions/checkout@v3
- name: Build
run: echo "Nothing to build, just take it :)"
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: podlove-subscribe-button