Skip to content

Commit fa5fd58

Browse files
committed
Push commit before the tag
1 parent 52b458d commit fa5fd58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/release.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
end
290290

291291
task :tag do
292+
sh "git push"
292293
sh "git tag -s -m '#{tag} release' #{tag}"
293294
sh "git push --tags"
294295
end

0 commit comments

Comments
 (0)