Skip to content

Commit dead242

Browse files
committed
Fix release otp
1 parent 91621b9 commit dead242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ gem build "$GEMSPEC"
6666
gem_file="upright-$new_version.gem"
6767

6868
echo "Getting OTP from 1Password..."
69-
otp=$(op item get "RubyGems.org" --otp)
69+
otp=$(op item get "RubyGems.org" --account my.1password.com --otp)
7070

7171
echo "Pushing gem..."
7272
gem push "$gem_file" --otp "$otp"

lib/upright/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Upright
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

0 commit comments

Comments
 (0)