From 1b3a8050102af923f324b1702cef9e3054fa62f1 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sun, 19 Jul 2026 13:08:45 -0500 Subject: [PATCH] chore: release workflow cleanup errors --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e4f22e5..cf89c5a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}