Skip to content

Commit 0fa087d

Browse files
committed
fix publish
1 parent 44ee05c commit 0fa087d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: pnpm run test
3636
- name: 🛳️ Publish
3737
if: ${{ github.event_name == 'release' }}
38-
run: pnpm publish
38+
run: pnpm publish --no-git-checks
3939
env:
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
- name: 📊 Upload Coverage

0 commit comments

Comments
 (0)