build: add --no-git-checks everywhere for pnpm publication
[poolifier.git] / .github / workflows / npmpublish.yml
index 040a1b2f6da21f9e2014083dfb8252833a734c3e..35f3d549e16a781beb4162763604cd78b1e36996 100644 (file)
@@ -72,6 +72,6 @@ jobs:
 
       # - name: Publish Beta Release
       #   if: ${{ contains(steps.package-version.outputs.version, 'beta') == true }}
-      #   run: pnpm publish --tag beta
+      #   run: pnpm publish --no-git-checks --tag beta
       #   env:
       #     NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}