change deploy call
This commit is contained in:
parent
2f558ec571
commit
f11057c70c
2
Rakefile
2
Rakefile
|
@ -22,7 +22,7 @@ desc 'Pushes repository to GitHub'
|
||||||
task :push do
|
task :push do
|
||||||
puts 'Pushing to github...'
|
puts 'Pushing to github...'
|
||||||
sh "git tag v#{Middleman::VERSION}"
|
sh "git tag v#{Middleman::VERSION}"
|
||||||
sh 'git push origin master'
|
sh 'git push'
|
||||||
sh "git push origin v#{Middleman::VERSION}"
|
sh "git push origin v#{Middleman::VERSION}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue