Skip to content

Commit 4eb7b5d

Browse files
Merge pull request #2578 from inertiajs/publish-in-ci-fix-again
Fix PNPM publishing
2 parents a5ecda1 + 1fcb222 commit 4eb7b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
run: pnpm -r --filter ./packages/core --filter ./packages/${{ matrix.adapter }} build
4141

4242
- name: 'Publish ${{ matrix.adapter }} to npm'
43-
run: cd ./packages/${{ matrix.adapter }} && pnpm publish
43+
run: cd ./packages/${{ matrix.adapter }} && pnpm publish --no-git-checks

0 commit comments

Comments
 (0)