We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64bcf9 commit 65f70e4Copy full SHA for 65f70e4
.github/workflows/pre-release.yml
@@ -42,6 +42,6 @@ jobs:
42
- name: Publish LSP
43
run: >
44
cd packages/tailwindcss-language-server &&
45
- pnpm publish --tag insiders --access public
+ pnpm publish --tag insiders --access public --no-git-checks
46
env:
47
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments