Skip to content

Commit e6825a6

Browse files
authored
Update publish.yml
1 parent 8a5410a commit e6825a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
publish:
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
14+
with:
15+
fetch-depth: 0
1416
- name: Publish
1517
run: ./build.sh test publish
1618
env:

0 commit comments

Comments
 (0)