Skip to content

Commit

Permalink
Ignore git checks when publishing insiders version
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Aug 7, 2024
1 parent f64bcf9 commit 65f70e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Publish LSP
run: >
cd packages/tailwindcss-language-server &&
pnpm publish --tag insiders --access public
pnpm publish --tag insiders --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 65f70e4

Please sign in to comment.