Skip to content

Commit 0bc005f

Browse files
committed
[wip]: Fix set version
1 parent 3bf2d9f commit 0bc005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fi
9393
9494
# Bump the version to validate the semver (this will be restored later)
95-
pnpm set-version ${{ inputs.crate }} $SET_VERSION_ARGS $LEVEL
95+
pnpm tsx ./scripts/set-version.mts ${{ inputs.crate }} $SET_VERSION_ARGS $LEVEL
9696
9797
# Check the semver
9898
pnpm semver ${{ inputs.crate }} --release-type ${{ inputs.level }}

0 commit comments

Comments
 (0)