Skip to content

Commit 7cf29fd

Browse files
Disable dry-run for WP plugin deploy
Update GitHub Actions workflow to perform real WordPress plugin deployments by setting the 10up/action-wordpress-plugin-deploy input dry-run to false. This enables publishing to SVN using the existing SVN_USERNAME and SVN_PASSWORD secrets; ensure those secrets are configured correctly before merging.
1 parent dea4bc4 commit 7cf29fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: WordPress Plugin Deploy
4545
uses: 10up/action-wordpress-plugin-deploy@stable
4646
with:
47-
dry-run: true
47+
dry-run: false
4848
env:
4949
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
5050
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}

0 commit comments

Comments
 (0)