Skip to content

Commit bb67c15

Browse files
committed
CI: Replace npx with pnpx
1 parent 160e727 commit bb67c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
version: ${{ env.PNPM_VERSION }}
7878
run_install: true
7979

80-
- run: npx auto-dist-tag@${AUTO_DIST_TAG_VERSION} --write
80+
- run: pnpx auto-dist-tag@${AUTO_DIST_TAG_VERSION} --write
8181
- run: npm publish
8282
env:
8383
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)