Skip to content

Commit 040b52b

Browse files
committed
chore: add --no-git-checks option to publish command in workflow
1 parent 347cdca commit 040b52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: pnpm -r build
3333

3434
- name: Publish packages
35-
run: pnpm --filter memos-embed --filter @memos-embed/react --filter @memos-embed/wc publish --provenance --access public
35+
run: pnpm --filter memos-embed --filter @memos-embed/react --filter @memos-embed/wc publish --provenance --access public --no-git-checks

0 commit comments

Comments
 (0)