Skip to content

Commit

Permalink
chore: disable jsr publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Dec 21, 2024
1 parent 0d95ad6 commit 81397b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1

- name: Publish package to JSR
if: ${{ github.event.inputs.publish_to_jsr }}
run: deno publish --allow-dirty --unstable-sloppy-imports --allow-slow-types
# - name: Publish package to JSR
# if: ${{ github.event.inputs.publish_to_jsr }}
# run: deno publish --allow-dirty --unstable-sloppy-imports --allow-slow-types

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

0 comments on commit 81397b1

Please sign in to comment.