diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f768307..f48eaf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: + registry-url: 'https://registry.npmjs.org/' node-version: 20.* cache: pnpm - name: Configure committer