Skip to content

Commit 29d5020

Browse files
committed
build: fetch all commits in CI
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 65367c8 commit 29d5020

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-upload-android-alpha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@master
24+
with:
25+
fetch-depth: 0
2426

2527
- name: Setup Java env
2628
uses: actions/setup-java@v3

.github/workflows/build-upload-android-internal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@master
20+
with:
21+
fetch-depth: 0
2022

2123
- name: Setup Java env
2224
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)