Skip to content

Commit 40b4b88

Browse files
authored
fix: release workflow fails with ERR_PNPM_GIT_UNCLEAN error (#74)
Signed-off-by: Alexander Matyushentsev <[email protected]>
1 parent f77d5c7 commit 40b4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
VERSION=${GITHUB_REF#refs/tags/v}
3535
pnpm run build
3636
pnpm version $VERSION --no-git-tag-version
37-
pnpm publish --access public
37+
pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)