Skip to content

Commit

Permalink
update zenodo record only
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrzewa committed Mar 8, 2024
1 parent 7881a2c commit b5b3530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hermes_github_to_zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ jobs:
# 2. Adapt the files you want to deposit. In the example, showcase.zip and README.md are deposited alongside the metadata.
# 3. Check if you want to run with '--initial', as this may potentially create a completely new record (collection),
# rather than a new version of the same collection!
- run: hermes deposit --initial -O invenio_rdm.auth_token ${{ secrets.ZENODO_SANDBOX }} --file src.zip --file doc/main.pdf
#- run: hermes deposit --initial -O invenio_rdm.auth_token ${{ secrets.ZENODO_SANDBOX }} --file src.zip --file doc/main.pdf
- run: hermes deposit -O invenio_rdm.auth_token ${{ secrets.ZENODO_SANDBOX }} --file src.zip --file doc/main.pdf

# ADAPT
# Remove this command if you don't want to do any postprocessing
Expand Down

0 comments on commit b5b3530

Please sign in to comment.