Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 28, 2024
1 parent 1dc3b1c commit e593b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
echo "Found ${#BRANCHES[@]} branches to delete"
DELETE_REFS=""
for branch in "${BRANCHES[@]}"; do
DELETE_REFS+=" ${branch}:${branch}"
DELETE_REFS+=" ${branch}"
done
echo "DELETE_REFS: $DELETE_REFS"
Expand Down

0 comments on commit e593b40

Please sign in to comment.