chore: fix jsr release

This commit is contained in:
Luan
2025-07-22 15:28:20 -03:00
parent f4805f6b36
commit 1770a47136

View File

@@ -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 }}