release 4.1.19 #31
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '8.0' | |
- uses: actions/checkout@v3 | |
- name: Build | |
run: | | |
make install_php_scoper | |
make build | |
npm install fs-extra | |
node bin/workspace.js | |
- name: WordPress Plugin Deploy | |
uses: 10up/action-wordpress-plugin-deploy@master | |
env: | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SLUG: podlove-podcasting-plugin-for-wordpress |