Skip to content

Commit d42aa8f

Browse files
author
Kernchen, Sophie
committed
Adapt for release tag not branch
1 parent 83749f6 commit d42aa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hermes-zenodo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "SHORT_SHA=$SHORT_SHA" >> "$GITHUB_ENV"
5757
5858
# Create a curation branch
59-
git branch -c "hermes/curate-$SHORT_SHA"
59+
git switch -c "hermes/curate-$SHORT_SHA"
6060
git push origin "hermes/curate-$SHORT_SHA"
6161
6262
# Explicitly add to-be-curated metadata (which is ignored via .gitignore!)

0 commit comments

Comments
 (0)