Skip to content

Commit

Permalink
Merge pull request #89 from brainstormforce/push-to-deploy
Browse files Browse the repository at this point in the history
Don't run extra commands when releasing the plugin.
  • Loading branch information
Nikschavan authored Nov 21, 2019
2 parents a28dddd + 9a89286 commit 3854e88
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push-to-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ jobs:
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:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 comments on commit 3854e88

Please sign in to comment.