Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
mahype committed Oct 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9e50028 commit 121959c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wordpress-org.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Deploy to WordPress.org
on:
push:
release:
types: [published]
jobs:
tag:
@@ -17,7 +17,7 @@ jobs:
id: deploy
uses: 10up/action-wordpress-plugin-deploy@stable
with:
generate-zip: false
generate-zip: true
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}

0 comments on commit 121959c

Please sign in to comment.