Skip to content

Commit 0fe9df5

Browse files
committed
ci: fix ERR_PNPM_GIT_UNKNOWN_BRANCH
1 parent 44102e3 commit 0fe9df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
cache: pnpm
2626
- run: pnpm install --frozen-lockfile
2727
- run: pnpm run build
28-
- run: pnpm publish --access=public
28+
- run: pnpm publish --access=public --no-git-checks

0 commit comments

Comments
 (0)