From b95306cb59daa541fcce8b36a89f4cb1d6a3efdb Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Thu, 16 May 2024 10:59:20 +0200 Subject: [PATCH] depth --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index d57c72a41b55..9e6a038b17ea 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - uses: cachix/install-nix-action@v22 - run: echo "(version $(git describe --always --dirty --abbrev=7))" >> dune-project - run: nix build ${{ matrix.installable }}