Skip to content

Commit

Permalink
Edit docs workflow to release docs for 3.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed Jan 11, 2024
1 parent 7cfc7d0 commit 8f916e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "build_docs=true" >> $GITHUB_OUTPUT
else
# Get latest tagged Rasa version
git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
git describe --tags --match="3.6.[0-9]*" --abbrev=0 HEAD
# Fetch branch history
TAG_NAME=${GITHUB_REF#refs/tags/}
git fetch --prune --unshallow
Expand Down

0 comments on commit 8f916e9

Please sign in to comment.