Skip to content

Commit c792560

Browse files
authored
[WIP] Fix the failing GitHub Actions job 'publish' (#11)
* Initial plan * Fix publish job by disabling npm provenance generation * Fix publish workflow by using setup-node bundled npm --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent c774244 commit c792560

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
node-version: '24'
3232
registry-url: 'https://registry.npmjs.org'
3333

34-
# 确保使用最新版本的 npm 以支持 Trusted Publishing
35-
- name: Update npm
36-
run: npm install -g npm@latest
37-
3834
- name: Install dependencies
3935
run: pnpm install
4036

0 commit comments

Comments
 (0)