Skip to content

Commit

Permalink
Merge pull request #4 from brainstormforce/fixes
Browse files Browse the repository at this point in the history
update gh-action to deplot to W.org
  • Loading branch information
Nikschavan authored Sep 10, 2019
2 parents 8b8e0a2 + 2fb62c4 commit 8659b5d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/push-to-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Deploy to WordPress.org
on:
push:
branches:
- refs/tags/*
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: read-meter

0 comments on commit 8659b5d

Please sign in to comment.