diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 968d4af..33efc1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: id: package-version uses: martinbeentjes/npm-get-version-action@master - - name: Publish to NPMJS with YARN + - name: Publish to NPMJS run: pnpm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e320b0..8c51c83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -106,7 +106,7 @@ jobs: id: package-version uses: martinbeentjes/npm-get-version-action@master - - name: Publish to NPMJS with yarn + - name: Publish to NPMJS run: pnpm publish --access public env: NODE_AUTH_TOKEN: NPM_AUTH_TOKEN