From 4e30daed7a0d0a16a27a4d92183910f7665a83c6 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 30 Mar 2026 13:17:41 +0300 Subject: [PATCH] Allowed JSR publish CI to continue with uncommitted changes (dirty) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3cf347..bc76422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,6 @@ jobs: publish: name: Publish needs: - - build - test - test-deno if: github.event_name == 'release' @@ -142,7 +141,7 @@ jobs: }' package.json > jsr.json - name: Publish to JSR - run: npx jsr publish + run: npx jsr publish --allow-dirty - name: Download build artifact uses: actions/download-artifact@v8