Skip to content

Commit d4d4d28

Browse files
committed
problem: PNPM fails with ERR_PNPM_GIT_UNKNOWN_BRANCH
1 parent 47dd295 commit d4d4d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494

9595
- name: Publish to NPM
9696
working-directory: ./doubleview-react
97-
run: pnpm publish --access=public
97+
run: pnpm publish --access=public --no-git-checks

0 commit comments

Comments
 (0)