Skip to content

Commit

Permalink
huh
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 21, 2024
1 parent 894ca47 commit b5877f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
run: bun install

- name: Prepare to JSR publish
run: bun jsr
run: bun scripts/release-jsr.ts

- name: Type-check
run: tsc --noEmit

- name: Publish package to JSR
if: ${{ github.event.inputs.publish_to_jsr }}
run: bunx jsr publish --allow-dirty --allow-slow-types
# - name: Publish package to JSR
# if: ${{ github.event.inputs.publish_to_jsr }}
# run: bunx jsr publish --allow-dirty --allow-slow-types

- name: Publish package to NPM
if: ${{ github.event.inputs.publish_to_npm }}
Expand Down

0 comments on commit b5877f1

Please sign in to comment.