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).
This commit is contained in:
Benjamin A. Beasley 2023-12-04 09:41:20 -05:00
parent bd652f0127
commit 638bf8964d

View File

@ -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: