Skip to content

Commit 86369c2

Browse files
committed
chore: Disable git checks for publishing and update web package version and dependency.
1 parent 9d5011d commit 86369c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Install dependencies and publish package
3535
run: |
3636
pnpm i
37-
pnpm publish
37+
pnpm publish --no-git-checks

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
git-checks=false

0 commit comments

Comments
 (0)