Skip to content

Commit 1528067

Browse files
committed
fix: Corrects publisher for gem
1 parent c9764bb commit 1528067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/publish-gem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ here=$(cd "$(dirname "$me")" && pwd)
1919
root=$(cd "$here/.." && pwd)
2020
just_me=$(basename "$me")
2121

22-
: "${GEM_NAME:=leopard}"
22+
: "${GEM_NAME:=linear-cli}"
2323
: "${GIT_ORG:=rubyists}"
2424

2525
GEM_HOST=$1

lib/linear/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rubyists
44
module Linear
55
# x-release-please-start-version
6-
VERSION = '1.0.0'
6+
VERSION = '2.0.1'
77
# x-release-please-end
88
end
99
end

0 commit comments

Comments
 (0)