We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b2a8a commit bbba9baCopy full SHA for bbba9ba
1 file changed
.github/workflows/ci.yaml
@@ -150,7 +150,7 @@ jobs:
150
env:
151
GH_TOKEN: ${{ github.token }}
152
run: |
153
- version=$(semver $version -i)-nightly.$(git rev-list --count "$version_sha"..HEAD)
+ version=$(pnpm semver $version -i)-nightly.$(git rev-list --count "$version_sha"..HEAD)
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
0 commit comments