mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
fix(ci): correct subsitution format for bash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user