mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
CI: Prospective fix for npm publishing
This commit is contained in:
parent
8b8a108af0
commit
a42de1bf2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish_npm_package.yaml
vendored
2
.github/workflows/publish_npm_package.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue