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",