Skip to content

Commit 437f551

Browse files
authored
chore: Add --no-git-checks to pnpm publish for detached HEAD on tag push (#140)
1 parent c1be2ea commit 437f551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)