From 0e3c87e1d650924fb818dbc9895a75c873b34a72 Mon Sep 17 00:00:00 2001 From: "Jurriaan H. Spaaks" Date: Mon, 29 Jan 2024 14:55:41 +0100 Subject: [PATCH] working on zenodraft publishing workflow --- .github/workflows/publishing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 24be1c9..404dd16 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -39,7 +39,8 @@ jobs: - name: Update CITATION.cff with prereserved DOI shell: bash run: | - yq --yml-output --in-place '.identifiers[0].value = "'$PRERESERVED'"' CITATION.cff + yq e '.identifiers[0].value = "'$PRERESERVED'"' --inplace CITATION.cff + cat CITATION.cff - name: Generate .zenodo.citation.json uses: citation-file-format/cffconvert-github-action@2.0.0