Fix release push command

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-11-03 20:05:04 -04:00
parent 2f9062f31a
commit c77b677e41

View File

@@ -538,7 +538,7 @@ Release using GitLab CI
#. Push the current branch to the corresponding origin ``releases/`` branch:
::
git push origin <local branch> releases/<branch>
git push origin <local branch>:releases/<branch>
#. Push the new tags: