fix: complete hermes-agent 0.16.0 pin update

This commit is contained in:
hermes 2026-06-08 06:41:46 +00:00
commit 35817ccbf4
3 changed files with 14 additions and 6 deletions

View file

@ -69,7 +69,7 @@ fi
if [[ -z "$tag_sha" ]]; then
# Last resort: ls-remote
tag_sha=$(git ls-remote https://github.com/NousResearch/hermes-agent.git "refs/tags/${release_tag}" | awk '{print $1}' || true)
tag_sha=$(git ls-remote https://github.com/NousResearch/hermes-agent.git "refs/tags/${release_tag}^{}" | awk '{print $1}' || true)
fi
if [[ -z "$tag_sha" ]]; then