Skip to content

Commit 5329498

Browse files
committed
fix(build): restore clean working tree before version bump
1 parent 36e6d84 commit 5329498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
- name: Run tests before publishing
7777
run: npm test
7878

79+
- name: Restore clean working tree before version bump
80+
run: git checkout -- .
81+
7982
- name: Bump version and create tag
8083
run: |
8184
VERSION_ARG="${{ github.event.inputs.version }}"

0 commit comments

Comments
 (0)