Skip to content

Commit

Permalink
Update release-prep.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito authored Nov 4, 2024
1 parent bab5e8e commit 60302ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: |
git checkout -b release/${{ steps.extract-version.outputs.major }}.${{ steps.extract-version.outputs.minor }}.x
git push origin release/${{ steps.extract-version.outputs.major }}.${{ steps.extract-version.outputs.minor }}.x
- name: Configure Git User (Local)
run: |
git config user.email "c.comito@fz-juelich.de"
git config user.name "ClaudiaComito"
- name: Bump Version
if: always()
run: |
Expand Down

0 comments on commit 60302ff

Please sign in to comment.