mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42: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
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: |
|
||||
npm install
|
||||
npm publish --provenance
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user