Skip to content

Commit f09226c

Browse files
authored
Fix JSON query in openapi.yml
1 parent 4276bee commit f09226c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: "simple_pay"
5555
run: |
5656
VERSION="$(
57-
jq -r ."info.version" ./openapi.json
57+
jq -r '."info"."version"' ./openapi.json
5858
)"
5959
echo "version=${VERSION}" >>"${GITHUB_OUTPUT}"
6060
-

0 commit comments

Comments
 (0)