deep checkout so we actually get tag names in CI
This commit is contained in:
5
.github/workflows/gradle_build.yml
vendored
5
.github/workflows/gradle_build.yml
vendored
@@ -13,7 +13,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user