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 397a0d1 commit bab5e8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-prep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
echo "patch=$patch" >> $GITHUB_OUTPUT
- name: Delete Existing Version Update Branch
run: |
git branch -D workflows/version-update 2> /dev/null
if [[ $(git branch -a | grep -c "workflows/version-update") -gt 0 ]]; then
git branch -D workflows/version-update
fi
- name: Create Release Branch
if: steps.extract-version.outputs.patch == 0
run: |
Expand Down

0 comments on commit bab5e8e

Please sign in to comment.