diff --git a/.github/workflows/codemeta2cff.yml b/.github/workflows/codemeta2cff.yml deleted file mode 100644 index 3d7cb99..0000000 --- a/.github/workflows/codemeta2cff.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: CodeMeta2CFF -run-name: Run CodeMeta2CFF after ${{github.event_name}} by ${{github.actor}} - -on: - push: - tags: - - v* - workflow_dispatch: - inputs: - reason: - description: Reason - required: false - default: Manual trigger - -jobs: - CodeMeta2CFF: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Convert CFF - uses: caltechlibrary/codemeta2cff@main - - name: Commit CFF - uses: EndBug/add-and-commit@v9 - with: - message: Add CITATION.cff for release - add: CITATION.cff diff --git a/.github/workflows/iga.yml b/.github/workflows/iga.yml index 90d4aab..8c4729c 100644 --- a/.github/workflows/iga.yml +++ b/.github/workflows/iga.yml @@ -50,10 +50,22 @@ on: run-name: Archive ${{inputs.release_tag || 'latest release'}} in InvenioRDM jobs: + CodeMeta2CFF: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Convert CFF + uses: caltechlibrary/codemeta2cff@main + - name: Commit CFF + uses: EndBug/add-and-commit@v9 + with: + message: Add CITATION.cff for release + add: "['CITATION.cff']" run_iga: name: Send to ${{needs.get_repository.outputs.server}} runs-on: ubuntu-latest - needs: get_repository + needs: [get_repository, CodeMeta2CFF] steps: - uses: caltechlibrary/iga@main with: diff --git a/codemeta.json b/codemeta.json index 80954f0..ada58cd 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,8 +4,8 @@ "name": "Caltech Library Software Repository Template", "identifier": "template", "description": "Template repository for software projects by the Caltech Library", - "version": "1.32.0", - "datePublished": "2024-02-21", + "version": "1.33.0", + "datePublished": "2024-05-06", "dateCreated": "2019-07-23", "author": [ { @@ -63,7 +63,7 @@ "name": "California Institute of Technology" } ], - "copyrightYear": 2024, + "copyrightYear": "2024", "license": "https://github.com/caltechlibrary/template/blob/main/LICENSE", "isAccessibleForFree": true, "url": "https://github.com/caltechlibrary/template",