From 4eb98a0c22b8f9165c598884371a6de84ac92689 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Fri, 17 Jan 2025 08:45:03 +0100 Subject: [PATCH] More deployment debugging --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5785de1..a62a709 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,8 @@ jobs: --version="${{ github.event.inputs.version }}" \ --make-release - name: Setup upterm session - uses: lhotari/action-upterm@v1 + # uses: lhotari/action-upterm@v1 + uses: chrisburr/action-upterm@patch-1 if: ${{ failure() }} with: limit-access-to-actor: true