diff options
author | makamys <makamys@outlook.com> | 2022-07-13 15:20:11 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-07-13 15:20:11 +0200 |
commit | 2f9da90753a299bd0966efa0cb6f8a12e7a4e37a (patch) | |
tree | e470558ce6744e7613b80e3f304165f605460d09 /.github | |
parent | 722b63430a4b9bf4257aec5ac1876228f434e15b (diff) | |
download | Neodymium-2f9da90753a299bd0966efa0cb6f8a12e7a4e37a.tar.gz Neodymium-2f9da90753a299bd0966efa0cb6f8a12e7a4e37a.tar.bz2 Neodymium-2f9da90753a299bd0966efa0cb6f8a12e7a4e37a.zip |
buildscript: Compute version from git tag if version.txt is absent
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |