From aacd018d978c905e8501a5874df6390a273f9259 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Mon, 30 Jun 2025 18:53:07 +0800 Subject: [PATCH] Fix registry-url --- .github/workflows/npm-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6291960..8346085 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js uses: actions/setup-node@v4 + with: + registry-url: 'https://registry.npmjs.org' - run: | npm install npm publish --provenance