Skip to content

Commit 7223ad4

Browse files
committed
Update release-and-deploy.yml
1 parent 3db9e85 commit 7223ad4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -194,21 +194,6 @@ jobs:
194194
npm ci
195195
npm run build
196196
197-
- name: Debug SVN secret presence
198-
run: |
199-
if [ -z "${{ secrets.SVN_USERNAME }}" ] || [ -z "${{ secrets.SVN_PASSWORD }}" ]; then
200-
echo "::error::SVN credentials are NOT set!"
201-
exit 1
202-
else
203-
echo "✅ SVN credentials are detected"
204-
fi
205-
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-
212197
- name: WordPress Plugin Deploy
213198
uses: 10up/action-wordpress-plugin-deploy@stable
214199
env:

0 commit comments

Comments
 (0)