mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fix remote for release task
This commit is contained in:
parent
d7c28052e5
commit
5397945a87
1 changed files with 2 additions and 2 deletions
4
Rakefile
4
Rakefile
|
@ -212,8 +212,8 @@ if defined?(Gem)
|
|||
git commit --allow-empty -a -m '#{source_version} release' &&
|
||||
git tag -s v#{source_version} -m '#{source_version} release' &&
|
||||
git tag -s #{source_version} -m '#{source_version} release' &&
|
||||
git push && (git push sinatra || true) &&
|
||||
git push --tags && (git push sinatra --tags || true)
|
||||
git push && (git push origin || true) &&
|
||||
git push --tags && (git push origin --tags || true)
|
||||
SH
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue