build: add --no-git-checks everywhere for pnpm publication
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 18:19:04 +0000 (20:19 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Apr 2023 18:19:04 +0000 (20:19 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.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 }}