Skip to content

Commit

Permalink
ci: Try to fix registry deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Sep 11, 2024
1 parent 5b736dd commit 06850dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"katex"
],
"main": "src/index.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"ckeditor5": "41.4.2"
},
Expand Down

0 comments on commit 06850dc

Please sign in to comment.