Skip to content

Commit 1ce5c48

Browse files
authored
Merge pull request #188 from bigcommerce/deploy-bin-update
Move deploy action from bin to release filter
2 parents 046f3f9 + 140b777 commit 1ce5c48

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/push.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
on: push
2-
name: Deploy
1+
on:
2+
release:
3+
types: [published]
4+
name: Deploy to WordPress.org
35
jobs:
46
tag:
7+
name: New Release
58
runs-on: ubuntu-latest
69
steps:
710
- uses: actions/checkout@master
8-
- name: tag
9-
uses: actions/bin/filter@master
10-
with:
11-
args: tag
1211
- name: WordPress Plugin Deploy
1312
uses: 10up/action-wordpress-plugin-deploy@master
1413
env:
15-
SLUG: bigcommerce
1614
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
1715
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
16+
SLUG: bigcommerce

0 commit comments

Comments
 (0)