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
The plugin create a local .npmrc file for authentication.
After each step (verifyConditions, prepare, publish, addChannel) we should restore the local .npmrc to its original state:
If there was no .npmrc file we should delete the one we have created
The plugin create a local
.npmrc
file for authentication.After each step (
verifyConditions
,prepare
,publish
,addChannel
) we should restore the local.npmrc
to its original state:.npmrc
file we should delete the one we have created.npmrc
file we should restore itSee semantic-release/semantic-release#1109
The text was updated successfully, but these errors were encountered: