Skip to content

Commit

Permalink
change deploy call
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Feb 13, 2015
1 parent 2f558ec commit f11057c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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

Expand Down

0 comments on commit f11057c

Please sign in to comment.