We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc9589 commit f99c1ddCopy full SHA for f99c1dd
scripts/github/update-gh-pages.sh
@@ -105,7 +105,7 @@ site_subdir=${site_subdir:-master}
105
106
# Check if this ref is for a released version
107
if [ "$site_subdir" != "master" ]; then
108
- _base_tag=`git describe --abbrev=0 || :`
+ _base_tag=`git describe --abbrev=0 --match "v*" || :`
109
case "$_base_tag" in
110
$site_subdir*)
111
;;
0 commit comments