From 638bf8964d20a797846557c3434ed84e16483453 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 4 Dec 2023 09:41:20 -0500 Subject: [PATCH] Quote the upstream_tag_template in the packit config Fixes invalid packit config (since the unquoted template looked like a dictionary to the YAML parser). --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 293ec4e..f5eccd4 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -3,7 +3,7 @@ downstream_package_name: jboss-logging specfile_path: jboss-logging.spec upstream_package_name: jboss-logging upstream_project_url: https://github.com/jboss-logging/jboss-logging -upstream_tag_template: {version}.Final +upstream_tag_template: "{version}.Final" actions: post-upstream-clone: