From c72c0a994c21b78566fc2d3532e089de4c99a410 Mon Sep 17 00:00:00 2001 From: Seokju Na Date: Thu, 20 Nov 2025 10:26:08 +0900 Subject: [PATCH] fix command argument --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2128e5c..c605039 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: npm publish --provenance --access public elif [[ "$GITHUB_REF_TYPE" = "branch" ]]; then npm config set tag next - yarn napi prepublish -t npm --skip-gh-release + yarn napi prepublish -t npm --no-gh-release npm publish --provenance --access public --tag next else echo "Skip publish"