diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 9f187ea..9d1ac04 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -12,6 +12,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + fetch-depth: 0 - run: cmake -S . -B build - run: cmake --build build --target all - run: build/Bilby