Skip to content

Commit

Permalink
Adapt for release tag not branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kernchen, Sophie committed Aug 5, 2024
1 parent 83749f6 commit d42aa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hermes-zenodo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "SHORT_SHA=$SHORT_SHA" >> "$GITHUB_ENV"
# Create a curation branch
git branch -c "hermes/curate-$SHORT_SHA"
git switch -c "hermes/curate-$SHORT_SHA"
git push origin "hermes/curate-$SHORT_SHA"
# Explicitly add to-be-curated metadata (which is ignored via .gitignore!)
Expand Down

0 comments on commit d42aa8f

Please sign in to comment.