build: fix package publishing on JSR, take ...
[poolifier.git] / .github / workflows / publish-package.yml
index 4aff90a30af9c12c1fd7ed9024c61fec53e90ef6..5a0c6c83bc14a26291f03a11e564384945e052d9 100644 (file)
@@ -72,7 +72,7 @@ jobs:
 
       - name: Publish Release
         if: ${{ contains(steps.package-version.outputs.version, '-') == false }}
-        run: npx jsr publish
+        run: npx jsr publish --allow-dirty
 
   publish-npm:
     needs: build