Skip to content

Merge pull request #136 from wp-media/hotfix/remove-polyfill-filter #6

Merge pull request #136 from wp-media/hotfix/remove-polyfill-filter

Merge pull request #136 from wp-media/hotfix/remove-polyfill-filter #6

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: build
run: composer install --no-dev --no-scripts
- name: remove composer/installers
run: composer remove composer/installers --update-no-dev --no-scripts
- name: optimize autoloader
run: composer dumpautoload -o
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}