fix(ci): correct subsitution format for bash

This commit is contained in:
Paul Makles
2023-01-29 17:29:06 +00:00
parent 033a8cc4a9
commit a6a1251138
+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