Skip to content

Commit c116186

Browse files
committed
updates
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 78942c2 commit c116186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
run: |
2323
if [[ `git status --porcelain` ]]; then
2424
echo "Files changed, exiting";
25+
git status
2526
exit 1;
2627
else
2728
# No changes

0 commit comments

Comments
 (0)