Skip to content

Commit 2900453

Browse files
committed
chore: update release workflow
1 parent 4db30c4 commit 2900453

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.distignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ phpunit.xml*
1515
README.md
1616
psalm.xml*
1717
phpsalm-baseline.xml
18+
LICENSE
19+
vendor/**/composer.json

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: 🚀 Deploy plugin to wordpress.org
5252
id: deploy
53-
uses: 10up/action-wordpress-plugin-deploy@stable
53+
uses: 10up/action-wordpress-plugin-deploy@develop
5454
env:
5555
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
5656
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}

0 commit comments

Comments
 (0)