Skip to content

Commit 3db9e85

Browse files
committed
Update release-and-deploy.yml
1 parent 4c4fd15 commit 3db9e85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@ jobs:
203203
echo "✅ SVN credentials are detected"
204204
fi
205205
206+
- name: Prepare assets for SVN
207+
run: |
208+
if [ -d ".wordpress-org" ]; then
209+
cp .wordpress-org/* /home/runner/svn-wpgraphql-ide/assets/
210+
fi
211+
206212
- name: WordPress Plugin Deploy
207213
uses: 10up/action-wordpress-plugin-deploy@stable
208214
env:

0 commit comments

Comments
 (0)