Skip to content

Commit

Permalink
Update codemeta2cff.yml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored Nov 27, 2023
1 parent b39912d commit acb349b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codemeta2cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ on:

jobs:
CodeMeta2CFF:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Convert CFF
uses: caltechlibrary/codemeta2cff@main
- name: Commit CFF
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
message: 'Add CITATION.cff for release'
add: 'CITATION.cff'
branch: 'main'

0 comments on commit acb349b

Please sign in to comment.