Skip to content

Commit f807aec

Browse files
committed
fix: publish workflow
1 parent 5561f73 commit f807aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
cache-dependency-path: "**/pnpm-lock.yaml"
2424
- run: pnpm install --frozen-lockfile --prefer-offline
2525
- run: pnpm build
26-
- run: pnpm tsx scripts/publish.ts ${{ github.ref_name }}
26+
- run: pnpm tnode scripts/publish.ts ${{ github.ref_name }}
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)