1
0
Fork 0

Fix release script

This commit is contained in:
Chocobozzz 2018-01-18 18:40:12 +01:00
parent 3c7a59684e
commit fe452e0cab
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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