monora / rgl

RGL is a framework for graph data structures and algorithms in Ruby.
https://monora.github.io/rgl/
Other
415 stars 59 forks source link

Automate release process #101

Closed monora closed 1 year ago

monora commented 1 year ago

Examples:

monora commented 1 year ago

Release failed because tests failed, because of missing graphviz

monora commented 1 year ago

Release failed because API key was missing.

monora commented 1 year ago

Release failed because MFA not configured.


  Successfully built RubyGem
  Name: rgl
  Version: 0.6.4
  File: rgl-0.6.4.gem
Pushing gem to https://rubygems.org.../
You have enabled multi-factor authentication. Please enter OTP code.
You have enabled multifactor authentication but no OTP code provided. Please fill it and retry.
Error: Process completed with exit code 1.
monora commented 1 year ago

Now fixed with #113 . Use manual workflow which asked for the Rubygems OTP. See publish-gem.yml.