From a8d1672b1b9f161460654a683be7fc12dad9407c Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Tue, 5 Mar 2024 14:44:20 -0800 Subject: [PATCH] Bump version and be more specific on addition --- .github/workflows/codemeta2cff.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codemeta2cff.yml b/.github/workflows/codemeta2cff.yml index c80902f..832a2af 100644 --- a/.github/workflows/codemeta2cff.yml +++ b/.github/workflows/codemeta2cff.yml @@ -16,7 +16,7 @@ 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 @@ -24,3 +24,4 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'Add CITATION.cff for release' + file_pattern: 'CITATION.cff'