Skip to content

Commit cb0f8d9

Browse files
authored
Fetch all tags before generating docs (#14206)
1 parent 0df1ff5 commit cb0f8d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
cd ex_doc
6767
../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile
6868
cd ../elixir/
69+
git fetch --tags
6970
make docs
7071
- name: Check reproducible builds
7172
if: ${{ matrix.deterministic }}

0 commit comments

Comments
 (0)