Skip to content

Commit

Permalink
[fix pipeline] use pnpm i instead of pnpm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xrz-cloud committed Jul 30, 2024
1 parent ca6865d commit 0615c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm ci
- run: pnpm i
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 0615c2e

Please sign in to comment.