From c7978dd26db01d582ee8be138f7c4238ba25bb12 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 17 Jan 2023 16:39:50 +0100 Subject: [PATCH] FIX: change resource_type to publication-article (#274) Found this `resource_type` type in the example on https://developers.zenodo.org/#add-metadata-to-your-github-repository-release --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 3fc9c66c..19656bf8 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -37,7 +37,7 @@ { "identifier": "10.48550/arXiv.2208.03262", "relation": "references", - "resource_type": "article", + "resource_type": "publication-article", "scheme": "doi" }, {