diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 615d0ac..8040789 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -56,5 +56,5 @@ jobs: - name: Publish to JSR run: | npm run build - npx jsr publish + npx jsr publish --allow-dirty if: ${{ steps.release.outputs.release_created }} \ No newline at end of file