Skip to content

Commit

Permalink
[wip]: Fix set version
Browse files Browse the repository at this point in the history
  • Loading branch information
febo committed Feb 7, 2025
1 parent 3bf2d9f commit 0bc005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
fi
# Bump the version to validate the semver (this will be restored later)
pnpm set-version ${{ inputs.crate }} $SET_VERSION_ARGS $LEVEL
pnpm tsx ./scripts/set-version.mts ${{ inputs.crate }} $SET_VERSION_ARGS $LEVEL
# Check the semver
pnpm semver ${{ inputs.crate }} --release-type ${{ inputs.level }}
Expand Down

0 comments on commit 0bc005f

Please sign in to comment.