diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 567e04a8..0c10e1d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: run: | git config --global user.name 'Tanner Linsley' git config --global user.email 'tannerlinsley@users.noreply.github.com' + npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" pnpm cipublish env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}