We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88fd9ce commit 416fa5eCopy full SHA for 416fa5e
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
- name: Write version
43
run: |
44
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
+ jq --arg version "${VERSION}-alpha.0" '.version = $version' package.json > tmp.$$.json && mv tmp.$$.json package.json
46
47
- name: Release
48
0 commit comments