diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9dcbfff..2b1735ee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,8 +11,13 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: - - name: Checkout + Install node + Install deps with pnpm - uses: wyvox/action@v1 + - name: Checkout + uses: actions/checkout@v3 + + - name: Install node + Install deps with pnpm + uses: wyvox/action-setup-pnpm@v3 + with: + node-registry-url: 'https://registry.npmjs.org' - name: auto-dist-tag run: npx auto-dist-tag --write