Skip to content

Commit 3719f41

Browse files
committed
update release
1 parent e0baa35 commit 3719f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helpers/release.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
checklist.url_exist? "https://github.com/DannyBen/bashly/tree/v#{version}"
3333
end
3434

35-
checklist.run "local gem version" do
36-
`bundle exec bashly --version`.strip == version
35+
checklist.run "local gem is built" do
36+
File.exist? "gems/bashly-#{version}"
3737
end
3838

3939
checklist.run "published gem version" do

0 commit comments

Comments
 (0)