Skip to content

Commit d657a3f

Browse files
committed
fix(lint): ci
1 parent 16265f2 commit d657a3f

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
@@ -155,7 +155,7 @@ jobs:
155155
156156
jq --arg version "$version" '.info.version = $version' dist/openapi.json > dist/.openapi.json && mv dist/.openapi.json dist/openapi.json
157157
yq eval ".info.version = \"$version\"" -i dist/openapi.yaml
158-
158+
159159
gh release create v$version dist/* \
160160
--generate-notes \
161161
--prerelease

0 commit comments

Comments
 (0)