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 6795972 commit e510a6aCopy full SHA for e510a6a
1 file changed
.github/workflows/release-plugin.yml
@@ -1,8 +1,8 @@
1
name: Deploy to WordPress.org
2
on:
3
push:
4
- # tags:
5
- # - "*"
+ tags:
+ - "*"
6
jobs:
7
tag:
8
name: New tag
@@ -30,8 +30,6 @@ jobs:
30
31
- name: WordPress Plugin Deploy
32
uses: 10up/action-wordpress-plugin-deploy@stable
33
- with:
34
- dry-run: true
35
env:
36
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
37
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
0 commit comments