Skip to content

Commit

Permalink
Bump version and be more specific on addition
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Mar 5, 2024
1 parent 3227838 commit a8d1672
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codemeta2cff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Convert CFF
uses: caltechlibrary/codemeta2cff@main
- name: Commit and Push Changes
id: commit-and-push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'Add CITATION.cff for release'
file_pattern: 'CITATION.cff'

0 comments on commit a8d1672

Please sign in to comment.