Skip to content

Commit c8ee538

Browse files
fix gh action
1 parent cc8760c commit c8ee538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: release
2+
23
on:
34
push:
45
tags:
@@ -15,6 +16,7 @@ jobs:
1516
-
1617
name: Checkout
1718
uses: actions/checkout@v3
19+
-
1820
name: Unshallow
1921
run: git fetch --prune --unshallow
2022
-

0 commit comments

Comments
 (0)