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