Skip to content

Commit

Permalink
Fix upload to zenodo by using our own built version (#4303)
Browse files Browse the repository at this point in the history
Unfortunately, there hasn't been any progress on [this
issue](megasanjay/upload-to-zenodo#58), so
this PR tests if the new version that was created by running `npm build`
fixes our problem with the upload.

If this works, we will create another pull request on the original
`upload-to-zenodo` repo.
  • Loading branch information
codingpaula authored Feb 6, 2025
1 parent 158b777 commit 5b42401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Upload to Zenodo
id: release
uses: megasanjay/upload-to-zenodo@43390984723d64d501f361820f6e558dececdfcc
uses: codingpaula/upload-to-zenodo@fix-octet-stream
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
zenodo_token: ${{ secrets.ZENODO_TOKEN }}
Expand Down

0 comments on commit 5b42401

Please sign in to comment.