Skip to content

Commit 84fe880

Browse files
authored
Remove .git (#8362)
1 parent d752e80 commit 84fe880

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
yarn
5151
- name: yarn build
5252
run: yarn build
53+
- name: Remove git directory
54+
run: rm -rf .git
5355
- name: Archive build
5456
if: ${{ !cancelled() }}
5557
run: |

0 commit comments

Comments
 (0)