Skip to content

Commit ef583d7

Browse files
committed
Fix repository becoming dirty during deployment
1 parent 1532a0a commit ef583d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
npm install
2323
npm run build
24+
git reset --hard
2425
# - name: Test
2526
# - run: npm test
2627
# env:

.github/workflows/staging.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
npm install
2323
npm run staging
24+
git reset --hard
2425
# - name: Test
2526
# - run: npm test
2627
# env:

0 commit comments

Comments
 (0)