1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

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

View file

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