Fix release script

This commit is contained in:
Chocobozzz
2018-01-18 18:40:12 +01:00
parent 3c7a59684e
commit fe452e0cab

View File

@@ -66,6 +66,6 @@ github-release upload --user chocobozzz --repo peertube --tag "$version" --name
# Update master branch
git checkout master
git rebase develop
git git push origin master
git push origin master
git checkout develop