Skip to content

Commit 7a24876

Browse files
Ignore git checks in deployment
1 parent 6efd7e5 commit 7a24876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
path: ${{ inputs.build-artifact-path }}
3030

3131
- name: Publish package
32-
run: pnpm publish
32+
run: pnpm publish --no-git-checks
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)