Skip to content

Commit 9f2cb77

Browse files
authored
Update iga.yml
1 parent c0a989b commit 9f2cb77

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/iga.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ on:
4545
description: "Print debug info in the GitHub log:"
4646

4747
jobs:
48+
CodeMeta2CFF:
49+
runs-on: ubuntu-latest
50+
steps:
51+
- name: Checkout
52+
uses: actions/checkout@v2
53+
- name: Convert CFF
54+
uses: caltechlibrary/codemeta2cff@main
55+
- name: Commit CFF
56+
uses: EndBug/add-and-commit@v7
57+
with:
58+
message: 'Add CITATION.cff for release'
59+
add: 'CITATION.cff'
60+
branch: 'main'
4861
run_iga:
4962
name: "Send to ${{needs.get_repository.outputs.server}}"
5063
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)