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.
1 parent 30b1c08 commit 146c517Copy full SHA for 146c517
.github/workflows/ci.yml
@@ -225,8 +225,8 @@ jobs:
225
echo "Version check failed: missing mode=server"
226
exit 1
227
fi
228
- if ! echo "$response" | grep -q '"version"'; then
229
- echo "Version check failed: missing version field"
+ if ! echo "$response" | grep -q '"git_describe"'; then
+ echo "Version check failed: missing git_describe field"
230
231
232
0 commit comments