File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Check out Git repository
2929 uses : actions/checkout@v3
30+ with :
31+ fetch-depth : 0
3032
3133 - name : Setup Node v16
3234 uses : actions/setup-node@v3
@@ -224,6 +226,8 @@ jobs:
224226 steps :
225227 - name : Check out Git repository
226228 uses : actions/checkout@v3
229+ with :
230+ fetch-depth : 0
227231
228232 - name : Create GitHub Release
229233 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 2727 steps :
2828 - name : Check out Git repository
2929 uses : actions/checkout@v3
30+ with :
31+ fetch-depth : 0
3032
3133 - name : Setup Node v16
3234 uses : actions/setup-node@v3
@@ -224,6 +226,8 @@ jobs:
224226 steps :
225227 - name : Check out Git repository
226228 uses : actions/checkout@v3
229+ with :
230+ fetch-depth : 0
227231
228232 - name : Create GitHub Release
229233 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments