Skip to content

Commit 8d36a9c

Browse files
vchomakovCopilot
andauthored
fix(ci): remove premature server.json validation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c48f4f5 commit 8d36a9c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -260,22 +260,6 @@
260260
- name: ⚙️ Checkout the project
261261
uses: actions/checkout@v5
262262

263-
- name: ⚙️ Verify server.json exists and is valid JSON
264-
run: |
265-
if [ ! -f server.json ]; then
266-
echo "Error: server.json not found"
267-
exit 1
268-
fi
269-
270-
if ! jq empty server.json 2>/dev/null; then
271-
echo "Error: server.json is not valid JSON"
272-
exit 1
273-
fi
274-
275-
echo "Success: server.json is valid JSON"
276-
echo "Original server.json:"
277-
cat server.json
278-
279263
- name: ⚙️ Update server.json version
280264
run: |
281265
# Determine the target version

0 commit comments

Comments
 (0)