Skip to content

Commit

Permalink
Ensure follow-up releases are linked to the original record
Browse files Browse the repository at this point in the history
  • Loading branch information
led02 committed Aug 2, 2024
1 parent 0f42dd8 commit 248006e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zenodo-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- run: hermes harvest
- run: hermes process
- run: hermes curate
- run: hermes deposit -O invenio_rdm.auth_token "${{ secrets.ZENODO_SANDBOX }}" --file hermes-plugin-python.zip --file README.md --initial
- run: hermes deposit -O invenio_rdm.auth_token "${{ secrets.ZENODO_SANDBOX }}" --file hermes-plugin-python.zip --file README.md
1 change: 1 addition & 0 deletions hermes.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target = "invenio_rdm"
[deposit.invenio_rdm]
site_url = "https://zenodo.org"
access_right = "open"
record_id = "13168127"

[postprocess]
execute = [ "config_record_id" ]

0 comments on commit 248006e

Please sign in to comment.