Skip to content

Commit

Permalink
Fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Feb 8, 2023
1 parent f87f57e commit f8daf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ task :release do
Rake::Task['git:add'].invoke('-A')
Rake::Task['git:commit'].invoke("v#{version}")
Rake::Task['git:tag'].invoke("v#{version}")
Rake::Task['git:push'].invoke('--folow-tags')
Rake::Task['git:push'].invoke('--follow-tags')
end

0 comments on commit f8daf53

Please sign in to comment.