Skip to content

Commit d451bf7

Browse files
authored
fix: skip pnpm publish git branch logic
Otherwise publishing from CI will fail. PR: #333 Refs: pnpm/pnpm#9011
1 parent e0ea163 commit d451bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yml

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

4545
- name: Publish to npm
4646
id: publish
47-
run: pnpm publish
47+
run: pnpm publish --no-git-checks

0 commit comments

Comments
 (0)