CI: Prospective fix for npm publishing

This commit is contained in:
Simon Hausmann 2025-12-10 14:47:59 +01:00
parent 8b8a108af0
commit a42de1bf2d

View file

@ -137,7 +137,7 @@ jobs:
npx napi create-npm-dir -t . -c ./binaries.json
mv index.${{ matrix.napi-rs-target }}.node npm/${{ matrix.napi-rs-target }}/
cd npm/${{ matrix.napi-rs-target }}/
pnpm pkg set repository=$repo
pnpm pkg set repository="$repo"
if [ "$RELEASE_INPUT" != "true" ]; then
pnpm version $PKG_VERSION
fi