You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: publish-release script should run npm login before build (#16188)
Building the release packages can take up a lot of time and we
should rather run `npm login` before starting the build because
otherwise if the login fails, the output needs to be rebuilt again.
Additionally this commit fixes that existing local/remote tags are
not properly parsed due to an issue with the Git references that
refer to tags.
Closes#16141
0 commit comments