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 3bf2d9f commit 0bc005fCopy full SHA for 0bc005f
.github/workflows/publish.yml
@@ -92,7 +92,7 @@ jobs:
92
fi
93
94
# Bump the version to validate the semver (this will be restored later)
95
- pnpm set-version ${{ inputs.crate }} $SET_VERSION_ARGS $LEVEL
+ pnpm tsx ./scripts/set-version.mts ${{ inputs.crate }} $SET_VERSION_ARGS $LEVEL
96
97
# Check the semver
98
pnpm semver ${{ inputs.crate }} --release-type ${{ inputs.level }}
0 commit comments