Skip to content

Commit 7a2023c

Browse files
committed
fix: Add --no-git-checks to pnpm publish for detached HEAD on tag push
1 parent c1be2ea commit 7a2023c

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
@@ -28,4 +28,4 @@ jobs:
2828
run: |
2929
pnpm run build
3030
31-
- run: pnpm publish --access public
31+
- run: pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)