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 6f580a5 commit b814c3aCopy full SHA for b814c3a
.github/workflows/openapi.yml
@@ -54,7 +54,7 @@ jobs:
54
id: "simple_pay"
55
run: |
56
VERSION="$(
57
- jq -r '."version"' ./openapi.json
+ jq -r '."info.version"' ./openapi.json
58
)"
59
echo "version=${VERSION}" >>"${GITHUB_OUTPUT}"
60
-
0 commit comments