Skip to content

Commit

Permalink
fix(ci): no git checks? what else
Browse files Browse the repository at this point in the history
  • Loading branch information
hUwUtao committed May 24, 2024
1 parent 32aa203 commit 04ebd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
echo "registry=https://npm.pkg.github.com/" >> .npmrc
- name: Publish to GitHub Packages
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 04ebd5e

Please sign in to comment.