From f37a1e84bd78a58f071d89b9a008645bb9b54be7 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:21:15 +0900 Subject: [PATCH] chore: fix failure to publish misskey-js to npm registry (#16169) --- .github/workflows/on-release-created.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on-release-created.yml b/.github/workflows/on-release-created.yml index c156de1a8b..7787d6055b 100644 --- a/.github/workflows/on-release-created.yml +++ b/.github/workflows/on-release-created.yml @@ -26,6 +26,8 @@ jobs: with: node-version-file: '.node-version' cache: 'pnpm' + # see https://docs.github.com/actions/use-cases-and-examples/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry + registry-url: 'https://registry.npmjs.org' - name: Publish package run: | pnpm i --frozen-lockfile