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:
parent
bd652f0127
commit
638bf8964d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user