Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix np with pnpm and --any-branch or --branch #745

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

karlhorky
Copy link
Contributor

@karlhorky karlhorky commented May 19, 2024

Fixes the hanging of the Publishing package step caused by pnpm checking Git branches and waiting for stdin (this message is not visible, np just hangs on Publishing package on a non-main/master branch):

pnpm publish
? You're on branch "renovate/eslint-monorepo" but your "publish-branch" is set to "master|main". Do you want to continue? (y/N) › false

This disables the Git checks via the --no-git-checks option

cc @mmkal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant