Skip to content

Commit

Permalink
Remove shallow clone to count commits correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSkala committed May 9, 2020
1 parent 9c1c4fc commit 8184eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Checkout submodules
shell: bash
Expand All @@ -52,7 +54,7 @@ jobs:
with:
java-version: 8

- name: Build debug APK
- name: Build release APK
run: bash ./gradlew assembleRelease

- name: Upload APK
Expand Down

0 comments on commit 8184eb8

Please sign in to comment.