We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbba9ba commit 16265f2Copy full SHA for 16265f2
1 file changed
.github/workflows/ci.yaml
@@ -154,8 +154,8 @@ jobs:
154
echo "version=$version" >> $GITHUB_ENV
155
156
jq --arg version "$version" '.info.version = $version' dist/openapi.json > dist/.openapi.json && mv dist/.openapi.json dist/openapi.json
157
- yq --arg version "$version" '.info.version = $version' dist/openapi.yaml > dist/.openapi.yaml && mv dist/.openapi.yaml dist/openapi.yaml
158
-
+ yq eval ".info.version = \"$version\"" -i dist/openapi.yaml
+
159
gh release create v$version dist/* \
160
--generate-notes \
161
--prerelease
0 commit comments