diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c1c9917..20da7e5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,13 +26,11 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: "16.x" + registry-url: "https://registry.npmjs.org" cache: "yarn" - run: yarn install --frozen-lockfile - run: yarn build - - uses: actions/setup-node@v3 - with: - registry-url: "https://npm.pkg.github.com" - run: yarn publish env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}