From be500bc2ce7d95dbf76a17a99ec62daab7eec4b4 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 26 Mar 2018 22:08:54 +0200 Subject: [PATCH] fix push remote for tag-pbr --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b68cf82a..7611a838 100644 --- a/Makefile +++ b/Makefile @@ -171,8 +171,8 @@ tag-pbr: git tag $$VERSION -m "$$PROJECTNAME $$VERSION"; \ echo "I: Pushing tag $$VERSION, press ENTER to continue, C-c to interrupt"; \ read _; \ - echo "$$ git push origin $$VERSION"; \ - git push origin $$VERSION; \ + echo "$$ git push upstream $$VERSION"; \ + git push upstream $$VERSION; \ } @# Note: @# To sign, need gpg configured and the following command: