Fix napi pre-publish command in publish workflow
The command is `napi pre-publish` (hyphenated), not `napi prepublish`, and `--skip-gh-release` is not a valid flag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
176d1ff2a3
commit
a802874f2b
@@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate JS bindings
|
- name: Generate JS bindings
|
||||||
working-directory: napi
|
working-directory: napi
|
||||||
run: bunx napi prepublish --skip-gh-release
|
run: bunx napi pre-publish
|
||||||
|
|
||||||
- name: Collect binaries and publish
|
- name: Collect binaries and publish
|
||||||
working-directory: napi
|
working-directory: napi
|
||||||
|
|||||||
Reference in New Issue
Block a user