mirror of
https://github.com/kunkunsh/kunkun-ext-ossinsight.git
synced 2025-04-03 00:56:42 +00:00
chore: Reorder verification step in publish workflow for clarity
This commit is contained in:
parent
1655e56437
commit
589374e06a
4
.github/workflows/jsr-publish.yml
vendored
4
.github/workflows/jsr-publish.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
- name: Verify Package
|
||||
run: bunx kksh@latest verify --publish
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Verify Package
|
||||
run: bunx kksh@latest verify --publish
|
||||
- name: Publish package
|
||||
run: npx jsr publish
|
||||
|
Loading…
x
Reference in New Issue
Block a user