Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to iga combined workflow #6

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/codemeta2cff.yml

This file was deleted.

14 changes: 13 additions & 1 deletion .github/workflows/iga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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",
Expand Down