Skip to content

Commit 416fa5e

Browse files
committed
fix: ci
1 parent 88fd9ce commit 416fa5e

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
@@ -42,7 +42,7 @@ jobs:
4242
- name: Write version
4343
run: |
4444
VERSION=$(yq '.info.version' openapi.yaml | tr -d '"')
45-
jq --arg version "${VERSION}.alpha.0" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
45+
jq --arg version "${VERSION}-alpha.0" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
4646
4747
- name: Release
4848
run: |

0 commit comments

Comments
 (0)