Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit d7d02af

Browse files
committed
Fix publish.yml
1 parent b42dedd commit d7d02af

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
@@ -21,7 +21,7 @@ jobs:
2121
cache: "pnpm"
2222
cache-dependency-path: "**/pnpm-lock.yaml"
2323
- run: pnpm install --frozen-lockfile --prefer-offline
24-
- name: pnpm build
24+
- run: pnpm build
2525
- run: ./scripts/publish.ts ${{ github.ref_name }}
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)