publish-to-git icon indicating copy to clipboard operation
publish-to-git copied to clipboard

Issues with temp remote

Open reisandbeans opened this issue 1 year ago • 0 comments

I was trying to use publish-to-git the following way

npx publish-to-git --tag v0.1.0 --force

and got the following error:

Command failed: git tag -f v0.1.0 tmp-7912hXj19g7JM1tP/master
fatal: Failed to resolve 'tmp-7912hXj19g7JM1tP/master' as a valid ref.

Upon inspection of the tmp repo that is created inside the tmp dir, I noticed that git creates a branch named main by default, not master anymore, which can be the cause of this issue. See this line.

reisandbeans avatar Aug 08 '22 12:08 reisandbeans