We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91621b9 commit dead242Copy full SHA for dead242
bin/release
@@ -66,7 +66,7 @@ gem build "$GEMSPEC"
66
gem_file="upright-$new_version.gem"
67
68
echo "Getting OTP from 1Password..."
69
-otp=$(op item get "RubyGems.org" --otp)
+otp=$(op item get "RubyGems.org" --account my.1password.com --otp)
70
71
echo "Pushing gem..."
72
gem push "$gem_file" --otp "$otp"
lib/upright/version.rb
@@ -1,3 +1,3 @@
1
module Upright
2
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
3
end
0 commit comments