chore: release workflow cleanup errors

This commit is contained in:
LukeGus
2026-07-19 13:08:45 -05:00
parent ddbdd5c437
commit 1b3a805010
+5
View File
@@ -537,6 +537,11 @@ jobs:
if: ${{ always() && (inputs.mode == 'Everything' || inputs.mode == 'Skip submit') && needs.merge-to-main.result == 'success' && needs.electron-release.result == 'success' }}
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@v7
with:
fetch-depth: 1
- name: Delete dev branch in Termix
env:
GH_TOKEN: ${{ secrets.GHCR_TOKEN }}