We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135ab09 commit b68c376Copy full SHA for b68c376
.github/workflows/dev-commandkit.yaml
@@ -64,7 +64,7 @@ jobs:
64
run: pnpm run build
65
66
- name: 🚚 Publish
67
- run: pnpm --filter=${{ matrix.package }} publish --ignore-git-checks --access public --tag dev
+ run: pnpm --filter=${{ matrix.package }} publish --no-git-checks --access public --tag dev
68
env:
69
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
70
0 commit comments