We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db30c4 commit 2900453Copy full SHA for 2900453
.distignore
@@ -15,3 +15,5 @@ phpunit.xml*
15
README.md
16
psalm.xml*
17
phpsalm-baseline.xml
18
+LICENSE
19
+vendor/**/composer.json
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: 🚀 Deploy plugin to wordpress.org
52
id: deploy
53
- uses: 10up/action-wordpress-plugin-deploy@stable
+ uses: 10up/action-wordpress-plugin-deploy@develop
54
env:
55
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
56
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
0 commit comments