Skip to content

Commit

Permalink
fix: napi build without publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Jan 31, 2024
1 parent fea8f20 commit 9ba624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
build: |-
set -e &&
rustup target add aarch64-unknown-linux-musl &&
yarn build --target aarch64-unknown-linux-musl
cd scylla_pg_js && npm run build -- --target aarch64-unknown-linux-musl
name: stable - ${{ matrix.settings.target }} - node@18
runs-on: ${{ matrix.settings.host }}
steps:
Expand Down

0 comments on commit 9ba624c

Please sign in to comment.