mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
github action fix registry-url.
This commit is contained in:
parent
6d8fc7ac89
commit
b8d3c1c7ee
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
|
||||
- name: Install dependencies and build
|
||||
run: npm install && npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user