Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
[poolifier.git] / .github / workflows / publish-package.yml
index d137d65d7315740a33c4e71fd93bd4963d7c26f2..dcb3b0734f3fdc576aafb0629c5b9172784fc8b8 100644 (file)
@@ -49,19 +49,10 @@ jobs:
       - name: Checkout
         uses: actions/checkout@v4
 
-      # - name: Setup pnpm
-      #   uses: pnpm/action-setup@v3
-      #   with:
-      #     version: 8
-
       - name: Setup Node.js
         uses: actions/setup-node@v4
         with:
           node-version: '20.x'
-          cache: 'pnpm'
-
-      # - name: Install Dependencies
-      #   run: pnpm install --ignore-scripts --frozen-lockfile
 
       - name: Read package.json version
         id: package-version
@@ -69,7 +60,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