Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Nov 23, 2020
1 parent 10b0cf3 commit 62e3ae1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: ls -lsa ./.git
- run: |
ls -lsa ./.git
git --no-pager log
- name: Generate release.md
run: |
Expand Down

0 comments on commit 62e3ae1

Please sign in to comment.