Skip to content

Commit 0634ed4

Browse files
committed
ci: fetch tags so initial doc generation matches final doc gen
1 parent 59bead0 commit 0634ed4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
echo "repository_name=${GITHUB_REPOSITORY##*/}" >> $GITHUB_OUTPUT
4343
- name: "📥 Checkout repository"
4444
uses: actions/checkout@v4
45+
with:
46+
fetch-tags: true
4547
- name: 'Ensure Common Build Date' # to ensure a reproducible build
4648
run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> "$GITHUB_ENV"
4749
- name: "Ensure source files use common date"

0 commit comments

Comments
 (0)