mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-21 19:32:34 +00:00
Fix registry-url
This commit is contained in:
parent
74d8466d0e
commit
aacd018d97
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: |
|
- run: |
|
||||||
npm install
|
npm install
|
||||||
npm publish --provenance
|
npm publish --provenance
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user