Skip to content

Commit aab6bcf

Browse files
committed
chore: update stored version number
1 parent 5128774 commit aab6bcf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ authors:
1111
orcid: https://orcid.org/0000-0001-9266-5146
1212
title: InvenioRDM GitHub Archiver (IGA)
1313
abstract: 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
1616
url: https://caltechlibrary.github.io/iga
1717
repository-code: https://github.com/caltechlibrary/iga
1818
license-url: https://github.com/caltechlibrary/iga/blob/main/LICENSE

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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
{

iga/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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'

sample-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

@@ -56,7 +56,7 @@ jobs:
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}}

0 commit comments

Comments
 (0)