mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-13 10:35:09 +00:00
fix(workflow): fix cant publish packages
This commit is contained in:
parent
a366983e99
commit
cf74e90c1d
4
.github/workflows/npm.yml
vendored
4
.github/workflows/npm.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
registry-url: 'https://registry.npmjs.org/'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: npm install
|
||||
- name: Publish to NPM
|
||||
run: npm publish --provenance --access public
|
||||
run: npm publish --access public
|
||||
|
||||
# 发布到 GitHub Packages
|
||||
- name: Setup Node.js for GitHub Packages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user