Skip to content

Commit

Permalink
fix: skip git checks on ci publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 2, 2024
1 parent eca028f commit 3d06958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: pnpm run build

- name: Publish Package
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 3d06958

Please sign in to comment.