We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3361deb commit cf76d6bCopy full SHA for cf76d6b
.github/workflows/publish.yaml
@@ -27,6 +27,6 @@ jobs:
27
registry-url: https://npm.pkg.github.com/
28
- name: Install dependencies
29
run: pnpm install --frozen-lockfile --prod
30
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments