Signed-off-by: Matt Darfeuille <matd...@gmail.com> --- build/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/release b/build/release index 43b4d475..f3394194 100755 --- a/build/release +++ b/build/release @@ -179,7 +179,7 @@ push_tag_func() { echo "Pushing tag ${VERSION} from ${1}/.git..." - git --git-dir=${1}/.git push --quiet refs/tags/$VERSION + git --git-dir=${1}/.git push --quiet --follow-tags origin HEAD [ $? -ne 0 ] && fatal_error "Failed to push tag $VERSION from ${1}/.git." } ################################################################################ -- 2.13.2 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Shorewall-devel mailing list Shorewall-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/shorewall-devel