mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-20 14:17:29 -04:00
fix: specify bash as shell to ensure INSO_VERSION can be read on Windows (#8704)
This commit is contained in:
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
@@ -68,6 +68,7 @@ jobs:
|
||||
run: npm ci
|
||||
|
||||
- name: Setup Inso CLI version env var
|
||||
shell: bash
|
||||
run: |
|
||||
echo "INSO_VERSION=$(jq .version ./packages/${{ env.INSO_PACKAGE_NAME }}/package.json -rj)" >> $GITHUB_ENV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user