From 677ec96d75119683efa70ee367c1c613254670e6 Mon Sep 17 00:00:00 2001 From: Mike <10135646+mikesmithgh@users.noreply.github.com> Date: Thu, 21 Mar 2024 08:32:12 -0400 Subject: [PATCH] chore: add additional debugging to test_release (#28) --- .github/workflows/test_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index f606673..e94b026 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -80,6 +80,10 @@ jobs: GH_TOKEN: ${{ secrets.BGPS_CI_TOKEN }} GITHUB_TOKEN: ${{ secrets.BGPS_CI_TOKEN }} + - name: (debug) Setup tmate session + if: ${{ inputs.enable_debug_tmate }} + uses: mxschmitt/action-tmate@v3 + - name: Semantic Release run: | npm install @semantic-release/git @semantic-release/changelog @semantic-release/exec -D