Skip to content

Commit 39e810a

Browse files
committed
finishing up metadata
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent 934cbbc commit 39e810a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ on release, and without needing to enable admin webhooks. To get this working yo
88
3. Add the token to your repository secrets as `ZENODO_TOKEN`
99
4. Create a .zenodo.json file for the root of your repository (see [template](.zenodo.json))
1010
5. Add the example action (modified for your release) to your GitHub repository.
11+
12+
[Here is an example](https://zenodo.org/record/6326823) of a release created by this action, and the metadata associated:
13+
14+
```
15+
doi https://doi.org/10.5281/zenodo.6326823
16+
conceptdoi https://doi.org/10.5281/zenodo.6326822
17+
conceptbadge https://zenodo.org/badge/doi/10.5281/zenodo.6326822.svg
18+
badge https://zenodo.org/badge/doi/10.5281/zenodo.6326823.svg
19+
bucket https://zenodo.org/api/files/dbcddadd-4ea9-4f66-8045-e15552399dbc
20+
latest https://zenodo.org/api/records/6326823
21+
latest html https://zenodo.org/record/6326823
22+
record https://zenodo.org/api/records/6326823
23+
record html https://zenodo.org/record/6326823
24+
```
1125

1226
**Important** You CANNOT create a release online first and then try to upload to the same DOI.
1327
If you do this, you'll get:

0 commit comments

Comments
 (0)