Skip to content

Commit a5ec456

Browse files
committed
Block deploy to wp.org so far.
1 parent 9d5f967 commit a5ec456

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy-to-wp-org.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
env:
2828
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929

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 }}
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 }}
3838

3939
- name: Upload release asset
4040
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)