From 4f490a7005426398e3ec209f59d86d5ffbf31149 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 19 Apr 2021 00:41:53 +0100 Subject: [PATCH] make-release: Fix git tag rune Signed-off-by: Ian Jackson --- make-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-release b/make-release index 893cc856..c047418c 100755 --- a/make-release +++ b/make-release @@ -86,7 +86,7 @@ $dryrun git push origin $branch $dryrun make -j12 publish -$dryrun git tag -s -u "$keyid" -m "Otter v$version" +$dryrun git tag -s -u "$keyid" -m "Otter v$version" $tag $dryrun git push chiark $tag $dryrun git push origin $tag -- 2.30.2