Skip to content

Commit

Permalink
working on zenodraft publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Jan 29, 2024
1 parent 7e74b31 commit 0e3c87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e3c87e

Please sign in to comment.