From 2f9da90753a299bd0966efa0cb6f8a12e7a4e37a Mon Sep 17 00:00:00 2001 From: makamys Date: Wed, 13 Jul 2022 15:20:11 +0200 Subject: buildscript: Compute version from git tag if version.txt is absent --- .github/workflows/gradle.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 2858775..21ef39e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -12,6 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: -- cgit