From a802874f2bf52348d88433c1639374aaa2d2ec59 Mon Sep 17 00:00:00 2001 From: Abimael Martell Date: Thu, 2 Apr 2026 14:51:03 -0700 Subject: [PATCH] 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 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 73a508a..773ac69 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -86,7 +86,7 @@ jobs: - name: Generate JS bindings working-directory: napi - run: bunx napi prepublish --skip-gh-release + run: bunx napi pre-publish - name: Collect binaries and publish working-directory: napi