Skip to content

Commit cf76d6b

Browse files
committed
fix: Workflow pnpm release git checks failing
1 parent 3361deb commit cf76d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
registry-url: https://npm.pkg.github.com/
2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile --prod
30-
- run: pnpm publish
30+
- run: pnpm publish --no-git-checks
3131
env:
3232
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)