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 9d5f967 commit a5ec456Copy full SHA for a5ec456
.github/workflows/deploy-to-wp-org.yml
@@ -27,14 +27,14 @@ jobs:
27
env:
28
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
30
- - name: WordPress Plugin Deploy
31
- id: deploy
32
- uses: 10up/action-wordpress-plugin-deploy@stable
33
- with:
34
- generate-zip: true
35
- env:
36
- SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
37
- SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
+# - name: WordPress Plugin Deploy
+# id: deploy
+# uses: 10up/action-wordpress-plugin-deploy@stable
+# with:
+# generate-zip: true
+# env:
+# SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
+# SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
38
39
- name: Upload release asset
40
uses: softprops/action-gh-release@v1
0 commit comments