We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5561f73 commit f807aecCopy full SHA for f807aec
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
cache-dependency-path: "**/pnpm-lock.yaml"
24
- run: pnpm install --frozen-lockfile --prefer-offline
25
- run: pnpm build
26
- - run: pnpm tsx scripts/publish.ts ${{ github.ref_name }}
+ - run: pnpm tnode scripts/publish.ts ${{ github.ref_name }}
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments