Skip to content

Commit 2fdb4cf

Browse files
authored
sdfg
1 parent 5b58f23 commit 2fdb4cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
steps:
5050
- name: Checkout
5151
uses: actions/checkout@v4.2.2
52+
with:
53+
fetch-depth: 0
5254

5355
- name: Set up JDK
5456
uses: actions/setup-java@v4.7.1
@@ -112,6 +114,8 @@ jobs:
112114
113115
- name: Checkout
114116
uses: actions/checkout@v4.2.2
117+
with:
118+
fetch-depth: 0
115119

116120
- name: Set up JDK
117121
uses: actions/setup-java@v4.7.1
@@ -166,6 +170,8 @@ jobs:
166170
steps:
167171
- name: Checkout
168172
uses: actions/checkout@v4.2.2
173+
with:
174+
fetch-depth: 0
169175

170176
- name: Download Un-Spoofed APK
171177
uses: actions/download-artifact@v4
@@ -334,6 +340,8 @@ jobs:
334340
steps:
335341
- name: Checkout
336342
uses: actions/checkout@v4.2.2
343+
with:
344+
fetch-depth: 0
337345

338346
- name: Set up signing key
339347
run: |

0 commit comments

Comments
 (0)