skip git checks

This commit is contained in:
Liam DeBeasi
2023-11-03 13:15:58 -04:00
parent eb5a489ee4
commit 1a4baba30d

View File

@@ -53,6 +53,6 @@ runs:
env:
NPM_TOKEN: ${{ inputs.token }}
- name: Publish to NPM
run: git diff && pnpm publish ${{ inputs.folder }} --tag ${{ inputs.tag }} --provenance
run: pnpm publish ${{ inputs.folder }} --tag ${{ inputs.tag }} --provenance --no-git-checks
shell: bash
working-directory: ${{ inputs.working-directory }}