Skip to content

Merge pull request #402 from Invizo/develop #21

Merge pull request #402 from Invizo/develop

Merge pull request #402 from Invizo/develop #21

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- '*'
branches:
- master
jobs:
deploy-plugin:
name: Deploy Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
composer install
composer dump-autoload
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 }}
SLUG: storegrowth-sales-booster
VERSION: 1.27.8