Skip to content

Commit b814c3a

Browse files
committed
wip
1 parent 6f580a5 commit b814c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 '."version"' ./openapi.json
57+
jq -r '."info.version"' ./openapi.json
5858
)"
5959
echo "version=${VERSION}" >>"${GITHUB_OUTPUT}"
6060
-

0 commit comments

Comments
 (0)