Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 59c0657

Browse files
authored
Merge pull request #262 from wp-graphql/fix-wp-org-deploy
ci: Fix wp org deploy
2 parents a27c3a6 + c1fda5d commit 59c0657

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

.changeset/short-buttons-guess.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wpgraphql-ide": patch
3+
---
4+
5+
test7

.github/workflows/release-and-deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,6 @@ jobs:
203203
echo "✅ SVN credentials are detected"
204204
fi
205205
206-
- name: Exclude unchanged assets from deployment
207-
run: |
208-
if [ -d ".wordpress-org" ]; then
209-
echo "Temporarily moving .wordpress-org to prevent property-only SVN changes"
210-
mv .wordpress-org .wordpress-org-backup
211-
fi
212-
213206
- name: WordPress Plugin Deploy
214207
uses: 10up/action-wordpress-plugin-deploy@stable
215208
env:

0 commit comments

Comments
 (0)