Skip to content

Commit

Permalink
Merge pull request #12993 from RasaHQ/ATO-1944
Browse files Browse the repository at this point in the history
Edit docs workflow to release docs for 3.6.x
  • Loading branch information
sanchariGr committed Jan 17, 2024
2 parents 6019299 + 316b2b7 commit 8310899
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 8310899

Please sign in to comment.