Skip to content

Commit 5bd5fcd

Browse files
authored
[code-infra] Turn off git checks on publish command (#19381)
1 parent 63e1254 commit 5bd5fcd

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
@@ -46,4 +46,4 @@ jobs:
4646
ARGS="$ARGS --github-release"
4747
fi
4848
49-
pnpm code-infra publish $ARGS
49+
pnpm code-infra publish --no-git-checks $ARGS

0 commit comments

Comments
 (0)