Use v prefix for tags

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
7.12.x
Anatoliy Bazko 2020-05-07 08:08:33 +03:00
parent 0d00515966
commit 7f457cd019
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ pushOlmFilesToQuayIo() {
pushGitChanges() {
echo "[INFO] Pushing git changes into $RELEASE branch"
git push origin $RELEASE
git tag -a $RELEASE -m $RELEASE
git tag -a v$RELEASE -m $RELEASE
git push --tags origin
}