Actually pull all commits from the repository

We need all commits to determine the Version Code
This commit is contained in:
Justin Bassett 2020-07-05 18:55:44 -04:00 committed by GitHub
parent 671f1ff84e
commit b9ab03054d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
fetch-depth: 0
# Make sure we have the correct JDK setup
- name: Set up JDK 1.8