From b5877f1a808d590cb0e1ed06afe833d6a94f4b7c Mon Sep 17 00:00:00 2001 From: kravetsone <57632712+kravetsone@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:46:36 +0300 Subject: [PATCH] huh --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63ef82e..7eb7a30 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }}