Skip to content

Commit f0ba969

Browse files
committed
fix(ci)?: jq: 1 compile error
1 parent 0abb260 commit f0ba969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
version=$(pnpm semver ${{ env.version }} -i)-nightly.$(git rev-list --count "${{ env.version_sha }}"..HEAD)
155155
echo "version=$version" >> $GITHUB_ENV
156156
157-
jq '.info.version = \"${{ env.version }}\"' dist/openapi.json > dist/.openapi.json && mv dist/.openapi.json dist/openapi.json
157+
jq ".info.version = \"${{ env.version }}\"" dist/openapi.json > dist/.openapi.json && mv dist/.openapi.json dist/openapi.json
158158
yq eval ".info.version = \"${{ env.version }}\"" -i dist/openapi.yaml
159159
160160
gh release create v${{ env.version }} dist/* \

0 commit comments

Comments
 (0)