mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 21:09:50 -06:00
ci: Try to fix registry deployment
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -10,6 +10,7 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
cache: "npm"
|
||||
- run: yarn install
|
||||
- run: yarn publish
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
"katex"
|
||||
],
|
||||
"main": "src/index.ts",
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"ckeditor5": "41.4.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user