Skip to content

Commit 12f2cb4

Browse files
committed
Add flag to prevent git checks (see pnpm/pnpm#5894)
1 parent 774af66 commit 12f2cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- name: Publish to npm
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
run: pnpm publish --access public
37+
run: pnpm publish --access public --no-git-checks
3838

0 commit comments

Comments
 (0)