From 1922dc892c8142bf35b190e191f55cc50e1f4abc Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Sat, 26 Nov 2022 15:13:04 +0200 Subject: [PATCH] checkout the history hopefully including tags --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dad439f0..ffb017b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-java@v3 with: java-version: '11' @@ -36,6 +38,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-java@v3 with: java-version: '11' @@ -56,6 +60,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-java@v3 with: java-version: '11'