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
> [email protected] update-contributors
> grunt contributors
Running "npm-contributors" task
>> Cannot commit contributors changes:
>> Author identity unknown
>>
>> * Please tell me who you are.
>>
>> Run
>>
>> git config --global user.email "[email protected]"
>> git config --global user.name "Your Name"
>>
>> to set your account's default identity.
>> Omit --global to set the identity only in this repository.
>>
>> fatal: empty ident name (for <runner@fv-az121-790.yqyg1jmbfiaufnvoyh414x3y0b.phxx.internal.cloudapp.net>) not allowed
We get the following output:
Corresponding to https://github.com/vojtajina/grunt-npm/blob/master/tasks/npm.js#L104-L106. It appears that although the grunt task shows as failed, the contributors update in package.json takes place because the changes are committed later by semantic-release-bot.
The text was updated successfully, but these errors were encountered: