Skip to content

Commit ffdf418

Browse files
authored
Merge pull request #264 from wp-graphql/fix-wp-org-deploy
ci: Fix wp org deploy
2 parents 5cc4a1c + 002a858 commit ffdf418

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.changeset/long-bulldogs-drop.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+
test8

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -194,15 +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-
206197
- name: WordPress Plugin Deploy
207198
uses: 10up/action-wordpress-plugin-deploy@stable
208199
env:

0 commit comments

Comments
 (0)