There was an error while loading. Please reload this page.
1 parent 8141027 commit b4dc605Copy full SHA for b4dc605
1 file changed
.github/workflows/make-release.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Ensure no files changed
21
shell: bash
22
run: |
23
+ git diff
24
if [[ `git status --porcelain` ]]; then
25
echo "Files changed, exiting";
26
exit 1;
0 commit comments