Skip to content

Commit 93cbb22

Browse files
committed
fix(ci): incorrect script name in publish workflow
1 parent bffed52 commit 93cbb22

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
@@ -22,7 +22,7 @@ jobs:
2222
run: bun install
2323

2424
- name: Check
25-
run: bun lint
25+
run: bun run check
2626

2727
# PNPM and Node are required for OIDC publishing
2828
- name: Install pnpm

0 commit comments

Comments
 (0)