diff --git a/hermes.toml b/hermes.toml index 6387f30..126f9da 100644 --- a/hermes.toml +++ b/hermes.toml @@ -1,19 +1,17 @@ -# Configuration for HERMES workflow to publish this software to Zenodo Sandbox -# See also docs at https://docs.software-metadata.pub for more info. - [harvest] -from = [ "git", "cff" ] - -[harvest.cff] -validate = false +from = [ "git", "cff",] [deposit] mapping = "invenio" target = "invenio" +[postprocess] +execute = [ "config_record_id",] + +[harvest.cff] +validate = false + [deposit.invenio] site_url = "https://sandbox.zenodo.org" access_right = "open" - -[postprocess] -execute = [ "config_record_id" ] +record_id = 1237749