From 398fc7ae2da8d656278a47fa83b78bb4eaff3a92 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Mon, 27 Jul 2026 11:53:09 +0900 Subject: [PATCH] ci: add `stage` option for publishing --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6e1d15..cb3d824 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,5 +26,6 @@ jobs: - uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 - run: bun install - run: bun run build + - run: npm install -g npm@11.18.0 - name: Publish to npm - run: npm publish --tag latest-1 + run: npm stage publish --tag latest-1