Skip to content

Commit bbba9ba

Browse files
committed
fix?: ci
1 parent b4b2a8a commit bbba9ba

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
@@ -150,7 +150,7 @@ jobs:
150150
env:
151151
GH_TOKEN: ${{ github.token }}
152152
run: |
153-
version=$(semver $version -i)-nightly.$(git rev-list --count "$version_sha"..HEAD)
153+
version=$(pnpm semver $version -i)-nightly.$(git rev-list --count "$version_sha"..HEAD)
154154
echo "version=$version" >> $GITHUB_ENV
155155
156156
jq --arg version "$version" '.info.version = $version' dist/openapi.json > dist/.openapi.json && mv dist/.openapi.json dist/openapi.json

0 commit comments

Comments
 (0)