Skip to content

Commit

Permalink
chore: use pnpm in ci
Browse files Browse the repository at this point in the history
release-as: 0.0.2
  • Loading branch information
antfu committed Mar 29, 2024
1 parent c634d7f commit 6d78bed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
node-version: lts/*
registry-url: https://registry.npmjs.org
if: ${{ steps.release.outputs.release_created }}
- run: npm install
- uses: pnpm/action-setup@v2
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --provenance --access public
- run: pnpm install
if: ${{ steps.release.outputs.release_created }}
- run: pnpm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 6d78bed

Please sign in to comment.