diff options
| author | J08nY | 2024-03-28 10:36:28 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-28 10:36:28 +0100 |
| commit | be249f77f9c12827c4e4f439954d958262249d1c (patch) | |
| tree | 83c45f2f9036ad9091859b38ede4172d0fe205d9 | |
| parent | 21cb611a253f0ded38d9973775c461efc1f2fa5f (diff) | |
| download | ECTester-be249f77f9c12827c4e4f439954d958262249d1c.tar.gz ECTester-be249f77f9c12827c4e4f439954d958262249d1c.tar.zst ECTester-be249f77f9c12827c4e4f439954d958262249d1c.zip | |
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8274f51..ef8e04a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -97,6 +97,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-tags: true + fetch-depth: -1 - name: Set up JDK uses: actions/setup-java@v4 |
