Skip to content

Commit

Permalink
Update rakefile (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericaporter authored Mar 22, 2024
1 parent d45fc84 commit 4b3a49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task :prepare_release, %i[version] do |_, args|

sh 'git', 'commit', '-a', '-m', v_version

sh 'gem', 'tag'
sh 'git', 'tag', v_version

puts <<~EOMESSAGE
Release #{v_version} is almost ready! Before you push:
Expand Down

0 comments on commit 4b3a49b

Please sign in to comment.