From 6e9fac5d15f2a89bdf2b014f9c7b7cb5e19118cb Mon Sep 17 00:00:00 2001 From: Jacob Ebey Date: Wed, 25 Oct 2023 22:18:45 -0700 Subject: [PATCH] ci: update publish command --- .github/workflows/release-please.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9d9a1c5..043a718 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -46,7 +46,7 @@ jobs: - name: Build run: pnpm build - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + - uses: JS-DevTools/npm-publish@v3 + with: + token: ${{ secrets.NPM_TOKEN }} if: ${{ steps.release.outputs.release_created }}