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
Trying to release with the rake task just hangs, the output about the error came after I hit enter a few times:
$ bundle exec rake release
twingly-url 6.0.2 built to pkg/twingly-url-6.0.2.gem.
Tagged v6.0.2.
Pushed git commits and tags.
rake aborted!
Pushing gem to https://rubygems.org...
You have enabled multi-factor authentication. Please enter OTP code.
Code: You have enabled multifactor authentication but no OTP code provided. Please fill it and retry.
/Users/dentarg/.gem/ruby/2.6.3/bin/bundle:23:in `load'
/Users/dentarg/.gem/ruby/2.6.3/bin/bundle:23:in `<main>'
Tasks: TOP => release => release:rubygem_push
(See full trace by running task with --trace)
I completed the release by doing
$ gem push pkg/twingly-url-6.0.2.gem
Pushing gem to https://rubygems.org...
You have enabled multi-factor authentication. Please enter OTP code.
Code: 414317
Successfully registered gem: twingly-url (6.0.2)
The text was updated successfully, but these errors were encountered:
Same as twingly/capistrano-twingly#48, but adding an issue here for visibility
Trying to release with the rake task just hangs, the output about the error came after I hit enter a few times:
I completed the release by doing
The text was updated successfully, but these errors were encountered: