From df46e0b7a37d233282e6ac932220e6ba7e9bd83c Mon Sep 17 00:00:00 2001 From: Wangchong Zhou Date: Wed, 11 Sep 2024 18:09:21 +0800 Subject: [PATCH] drop! debug --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd864a418bd..59e389694e2c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -237,6 +237,10 @@ jobs: run: | bazel build --config release //build:kong --verbose_failures ${{ matrix.bazel-args }} + - name: Setup tmate session + if: failure() + uses: mxschmitt/action-tmate@v3 + - name: Package Kong - ${{ matrix.package }} if: matrix.package != 'rpm' && steps.cache-deps.outputs.cache-hit != 'true' run: |