Skip to content

Commit

Permalink
chore: add additional debugging to test_release (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Mar 21, 2024
1 parent bccc7b4 commit 677ec96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 677ec96

Please sign in to comment.