fix(ci): correct jq command

This commit is contained in:
Paul Makles
2023-01-29 17:27:10 +00:00
parent 18e14490df
commit 033a8cc4a9
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
message: "chore: build library from latest spec"
- name: Find current API version
run: echo "api_version={jq -r .info.version OpenAPI.json}" >> $GITHUB_ENV
run: echo "api_version=${jq -r .info.version OpenAPI.json}" >> $GITHUB_ENV
- name: Check if tag exists for current version
uses: mukunku/tag-exists-action@v1.2.0
id: checkTag