Skip to content

Commit 744b949

Browse files
committed
fix(ci): actually this time
1 parent 1f3b578 commit 744b949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
jq --arg v "$version" '.info.version = $v' dist/openapi.json > dist/.openapi.json && mv dist/.openapi.json dist/openapi.json
158158
yq eval ".info.version = \"$version\"" -i dist/openapi.yaml
159159
160-
gh release create v${{ env.version }} dist/* \
160+
gh release create v$version dist/* \
161161
--generate-notes \
162162
--prerelease
163163

0 commit comments

Comments
 (0)