Skip to content

Commit e156c82

Browse files
committed
fixes
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 9d7b2f1 commit e156c82

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
@@ -20,6 +20,7 @@ jobs:
2020
- name: Ensure no files changed
2121
shell: bash
2222
run: |
23+
git checkout examples_test.go
2324
if [[ `git status --porcelain` ]]; then
2425
echo "Files changed, exiting";
2526
git status

0 commit comments

Comments
 (0)