Skip to content

Commit

Permalink
fetch all tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Jan 7, 2020
1 parent 8c1a8f5 commit ea347ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ currentBranch=$(git rev-parse --abbrev-ref HEAD)
if ! git remote | grep -q origin ; then
git remote add origin https://github.com/99designs/gqlgen
fi
git fetch origin
git fetch origin --tags

for version in "${VERSIONS_ARRAY[@]}" ; do
echo -e "$(date) $GREEN Updating docs for $version.$RESET"
Expand Down

0 comments on commit ea347ca

Please sign in to comment.