We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046f3f9 commit 140b777Copy full SHA for 140b777
1 file changed
.github/workflows/push.yml
@@ -1,17 +1,16 @@
1
-on: push
2
-name: Deploy
+on:
+ release:
3
+ types: [published]
4
+name: Deploy to WordPress.org
5
jobs:
6
tag:
7
+ name: New Release
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@master
- - name: tag
- uses: actions/bin/filter@master
- with:
11
- args: tag
12
- name: WordPress Plugin Deploy
13
uses: 10up/action-wordpress-plugin-deploy@master
14
env:
15
- SLUG: bigcommerce
16
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
17
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
+ SLUG: bigcommerce
0 commit comments