Skip to content

Commit 8aeb65f

Browse files
authored
Merge pull request #5 from szepeviktor/patch-2
Fix JSON query in openapi.yml
2 parents 98e438b + f09226c commit 8aeb65f

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)