diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaf836c94..22327178a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/package.json b/package.json index 5290c896f..e7d27b9c9 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "katex" ], "main": "src/index.ts", + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "dependencies": { "ckeditor5": "41.4.2" },