From 43879c3b589d7fa7946b861b8eb3424ae23c4e7a Mon Sep 17 00:00:00 2001 From: Martin Scheidt Date: Thu, 2 Jun 2022 13:01:46 +0200 Subject: [PATCH] updated to new zenodraft options --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3b2ec92..80e92a4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -147,7 +147,7 @@ jobs: ZENODO_ACCESS_TOKEN: ${{ secrets.ZENODO_ACCESS_TOKEN }} COLLECTION: 5539844 run: | - ID=$(zenodraft deposition create in-existing-collection $COLLECTION) + ID=$(zenodraft deposition create version $COLLECTION) zenodraft file add $ID tikz-trackschematic-*.zip zenodraft metadata update $ID artifact/metadata.json zenodraft deposition publish $ID