From 47bf8299446bc802e890e2ef0b2f22b9bbbd5c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 21 Jan 2025 08:20:00 +0100 Subject: [PATCH] Fetch all tags before generating docs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64c0cf4b038..8ba66648b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,6 +66,7 @@ jobs: cd ex_doc ../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile cd ../elixir/ + git fetch --tags make docs - name: Check reproducible builds if: ${{ matrix.deterministic }}