Merge pull request #1080 from cpvalente/fix/npm-publish-action

disable git checks for pnpm publish workflow
This commit is contained in:
2024-06-15 08:30:30 -05:00
committed by GitHub
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
run: cp -R apps/server/src/external apps/cli/external
- name: Publish to NPM
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true