File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ authors:
1111 orcid : https://orcid.org/0000-0001-9266-5146
1212title : InvenioRDM GitHub Archiver (IGA)
1313abstract : The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.
14- version : 1.2.2
15- date-released : 2023-11-08
14+ version : 1.3.0
15+ date-released : 2024-05-15
1616url : https://caltechlibrary.github.io/iga
1717repository-code : https://github.com/caltechlibrary/iga
1818license-url : https://github.com/caltechlibrary/iga/blob/main/LICENSE
Original file line number Diff line number Diff line change 55 "identifier" : " iga" ,
66 "description" : " The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository." ,
77 "version" : " 1.3.0" ,
8- "datePublished" : " 2023-11-08 " ,
8+ "datePublished" : " 2024-05-15 " ,
99 "dateCreated" : " 2022-12-07" ,
1010 "author" : [
1111 {
Original file line number Diff line number Diff line change 1616# │ by the Makefile. Manual changes to these values will be lost. │
1717# ╰────────────────────── Notice ── Notice ── Notice ─────────────────────╯
1818
19- __version__ = '1.2.2 '
19+ __version__ = '1.3.0 '
2020__description__ = 'The InvenioRDM GitHub Archiver (IGA) automatically archives GitHub releases in an InvenioRDM repository.'
2121__url__ = 'https://caltechlibrary.github.io/iga'
2222__author__ = 'Michael Hucka'
Original file line number Diff line number Diff line change 1- # GitHub Actions workflow for InvenioRDM GitHub Archiver version 1.2.2
1+ # GitHub Actions workflow for InvenioRDM GitHub Archiver version 1.3.0
22# This is available as the file "sample-workflow.yml" from the open-
33# source repository for IGA at https://github.com/caltechlibrary/iga/.
44
5656 runs-on : ubuntu-latest
5757 needs : get_repository
5858 steps :
59- - uses : caltechlibrary/iga@main
59+ - uses : caltechlibrary/iga@v1
6060 with :
6161 INVENIO_SERVER : ${{env.INVENIO_SERVER}}
6262 INVENIO_TOKEN : ${{secrets.INVENIO_TOKEN}}
You can’t perform that action at this time.
0 commit comments