mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
fix: complete hermes-agent 0.16.0 pin update
This commit is contained in:
parent
955cc61f82
commit
35817ccbf4
3 changed files with 14 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue