Skip to content

Commit

Permalink
feat: release to plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjensen committed Apr 6, 2022
1 parent 2c77ed1 commit deb564b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# - name: WordPress Plugin Deploy
# if: steps.semantic.outputs.new-release-published == 'true'
# uses: 10up/[email protected]
# with:
# generate-zip: true
# env:
# SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
# SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
# SLUG: wp-block-template-part
# VERSION: ${{ steps.semantic.outputs.release-version }}
- name: WordPress Plugin Deploy
if: steps.semantic.outputs.new-release-published == 'true'
uses: 10up/[email protected]
with:
generate-zip: true
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: template-part-block
VERSION: ${{ steps.semantic.outputs.release-version }}

0 comments on commit deb564b

Please sign in to comment.