Skip to content

Commit b4dc605

Browse files
committed
misc: print diff during workflow
1 parent 8141027 commit b4dc605

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/make-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Ensure no files changed
2121
shell: bash
2222
run: |
23+
git diff
2324
if [[ `git status --porcelain` ]]; then
2425
echo "Files changed, exiting";
2526
exit 1;

0 commit comments

Comments
 (0)