chore: Update verification step in publish workflow to use latest kksh version

This commit is contained in:
Huakun Shen 2025-02-07 00:34:37 -05:00
parent 48cd43595c
commit e8805f6c55
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: bun install
- name: Verify Package
run: bunx kksh verify --publish
run: bunx kksh@latest verify --publish
- name: Build
run: bun run build
- name: Publish package