We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cc4a1c + 002a858 commit ffdf418Copy full SHA for ffdf418
.changeset/long-bulldogs-drop.md
@@ -0,0 +1,5 @@
1
+---
2
+"wpgraphql-ide": patch
3
4
+
5
+test8
.github/workflows/release-and-deploy.yml
@@ -194,15 +194,6 @@ jobs:
194
npm ci
195
npm run build
196
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: WordPress Plugin Deploy
207
uses: 10up/action-wordpress-plugin-deploy@stable
208
env:
0 commit comments