Skip to content

Commit 119e296

Browse files
authored
ci: add --no-git-checks to pnpm publish in release workflow (#1117)
1 parent d169be1 commit 119e296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_to_npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
run: pnpm run build
4747

4848
- name: Publish to NPM
49-
run: pnpm publish --provenance --access public --tag ${{ inputs.tag }}
49+
run: pnpm publish --provenance --access public --no-git-checks --tag ${{ inputs.tag }}

0 commit comments

Comments
 (0)