Skip to content

Commit

Permalink
ci: disable git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AshGw committed Oct 11, 2024
1 parent e097ed8 commit 62c475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
if ! pnpm can-npm-publish; then
exit 0
fi
pnpm publish --access public
pnpm publish --no-git-checks --access public

0 comments on commit 62c475e

Please sign in to comment.