more patching (#8787)

This commit is contained in:
matt korwel
2025-09-18 18:22:54 -07:00
committed by GitHub
parent b14a4f5ebc
commit bfa4140593
4 changed files with 18 additions and 0 deletions
@@ -149,3 +149,12 @@ runs:
--title "Release ${{ inputs.release-tag }}" \
--notes-start-tag "${{ inputs.previous-tag }}" \
--generate-notes
- name: '🧹 Clean up release branch'
working-directory: '${{ inputs.working-directory }}'
if: "${{ inputs.dry-run == 'false' }}"
continue-on-error: true
shell: 'bash'
run: |
echo "Cleaning up release branch ${{ steps.release_branch.outputs.BRANCH_NAME }}..."
git push origin --delete "${{ steps.release_branch.outputs.BRANCH_NAME }}"