Skip to content

Commit

Permalink
Reenable SVN deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeet committed Feb 7, 2022
1 parent a3a13b6 commit f9f5230
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/wp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
run: |
npm install
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: btcpay-greenfield-for-woocommerce
- 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: btcpay-greenfield-for-woocommerce
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit f9f5230

Please sign in to comment.