We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ee05c commit 0fa087dCopy full SHA for 0fa087d
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: pnpm run test
36
- name: 🛳️ Publish
37
if: ${{ github.event_name == 'release' }}
38
- run: pnpm publish
+ run: pnpm publish --no-git-checks
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
- name: 📊 Upload Coverage
0 commit comments