Skip to content

Commit

Permalink
Updated help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 9, 2023
1 parent b196819 commit dc750b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
done
if [[ -z "$VERSION" ]]; then
VERSION=$(curl --connect-timeout 300 -sLf "https://api.github.com/repos/tj-actions/auto-doc/tags" | jq -r '.[].name' | grep -E "^v?[0-9]+\.[0-9]+\.[0-9]+$" | sort -V | tail -n 1)
VERSION=$(curl --connect-timeout 300 -svLf "https://api.github.com/repos/tj-actions/auto-doc/tags" | jq -r '.[].name' | grep -E "^v?[0-9]+\.[0-9]+\.[0-9]+$" | sort -V | tail -n 1)
fi
if [[ -z "$BIN_PATH" ]]; then
Expand Down

0 comments on commit dc750b0

Please sign in to comment.