Skip to content

Commit

Permalink
fix: typo in cmd option for zenodo auth
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Mar 6, 2024
1 parent a9a06a5 commit cbd2a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hermes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- run: git archive --format zip HEAD src > showcase.zip

# Run the HERMES deposition and postprocessing steps. (Also allow to create a completely new publication with --initial)
- run: hermes deposit --initial -O invenio_rdm.auth-token ${{ secrets.ZENODO_SANDBOX }} --file showcase.zip --file README.md
- run: hermes deposit --initial -O invenio_rdm.auth_token ${{ secrets.ZENODO_SANDBOX }} --file showcase.zip --file README.md

# Remove this command if you don't want to do any postprocessing
- run: hermes postprocess
Expand Down

0 comments on commit cbd2a87

Please sign in to comment.