diff --git a/src/index.ts b/src/index.ts index d441d1d..43b6f97 100644 --- a/src/index.ts +++ b/src/index.ts @@ -71,6 +71,7 @@ export const main = async (): Promise => { } else { version_id = await zenodraft.deposition_create_version(token, sandbox, concept_id, verbose) } + core.setOutput("version_id", version_id) core.endGroup() if (upsert_doi === true) {