From 8a1c6c3ff02d38f350c522bbcaed35de5de71090 Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Wed, 31 Mar 2021 11:45:50 +0800 Subject: [PATCH] action: fix missing qemu tag Otherwise it breaks qemu build. Fixes: #1593 Signed-off-by: Peng Tao --- versions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/versions.yaml b/versions.yaml index 31718f0ba2..f351fd7cff 100644 --- a/versions.yaml +++ b/versions.yaml @@ -89,6 +89,7 @@ assets: description: "VMM that uses KVM" url: "https://github.com/qemu/qemu" version: "v5.2.0" + tag: "v5.2.0" # Do not include any non-full release versions # Break the line *without CR or space being appended*, to appease # yamllint, and note the deliberate ' ' at the end of the expression.