Skip to content

Commit

Permalink
chore: added debug to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 2, 2023
1 parent 3c84306 commit 2b9ecf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ on:
- 'v4.[0-9]+.[0-9]+-test.[0-9]+'

jobs:
debug:
name: Install
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2

install:
name: Install
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b9ecf0

Please sign in to comment.