Skip to content

Commit

Permalink
Comment out deploy to WP.org section for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Dec 29, 2023
1 parent 3693cf4 commit 7d7507b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
- name: Build assets for production
run: npm run build

- 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 }}
SLUG: wp-rollback
# - 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 }}
# SLUG: wp-rollback

- name: Upload release asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 7d7507b

Please sign in to comment.