Skip to content

Commit

Permalink
use CITATION not citation as file prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 13, 2024
1 parent 41632f6 commit 7cf6026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/update_citations/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
formats="${{ steps.extract_formats.outputs.formats }}"
IFS=',' read -r -a formats_array <<< "$formats"
for format in "${formats_array[@]}"; do
cffconvert --infile CITATION.cff --outfile "${{ inputs.CITATION_DIR }}/citation.${format}" --format "$format"
cffconvert --infile CITATION.cff --outfile "${{ inputs.CITATION_DIR }}/CITATION.${format}" --format "$format"
done
shell: bash

Expand Down

0 comments on commit 7cf6026

Please sign in to comment.