Skip to content

Commit

Permalink
Update push-to-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patilvikasj authored Feb 5, 2020
1 parent ea61dfb commit eebd40e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push-to-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy to WordPress.org
on:
push:
branches:
- refs/tags/*
tags:
- "*"
jobs:
tag:
name: New tag
Expand All @@ -12,7 +12,5 @@ jobs:
- 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: astra-bulk-edit

0 comments on commit eebd40e

Please sign in to comment.