From b2fa0e2b16980157ad8d69cc038ac4671ffb4dcd Mon Sep 17 00:00:00 2001 From: Kevin O'Brien Date: Thu, 3 Oct 2024 19:59:10 -0400 Subject: [PATCH] publish fork to npm --- .github/workflows/release.yaml | 4 ++-- package.json | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ac09cd..9c3d1ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - name: Build run: pnpm build - name: Publish - run: npm publish + run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }} diff --git a/package.json b/package.json index 4de4769..a49a4e9 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,6 @@ "type": "git", "url": "git://github.com/bitfrost/yoga-wasm-web" }, - "publishConfig": { - "registry": "https://npm.pkg.github.com" - }, "license": "MIT", "files": [ "dist",