Skip to content

Commit 389363f

Browse files
committed
Fix: Fetch tags before determining release version for documentation
1 parent 5aa684f commit 389363f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Fail on simple errors, so that pipeline / job fails
44
set -e
55

6+
# Fetch all tags to ensure we have the latest release tags
7+
git fetch --tags
8+
69
# Define base directory where docs will be generated
710
OUTPUT_DIR="docs_output"
811

0 commit comments

Comments
 (0)