Skip to content

Commit 65f70e4

Browse files
committed
Ignore git checks when publishing insiders version
1 parent f64bcf9 commit 65f70e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- name: Publish LSP
4343
run: >
4444
cd packages/tailwindcss-language-server &&
45-
pnpm publish --tag insiders --access public
45+
pnpm publish --tag insiders --access public --no-git-checks
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)