mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
Critical bug fixes and recall improvements (#68)
This commit is contained in:
parent
7d0e7320e2
commit
55247b7fcd
352 changed files with 60069 additions and 900 deletions
|
|
@ -27,7 +27,7 @@ esac
|
|||
|
||||
# ── Resolve "latest" to an actual release tag ────────────────────────────────
|
||||
if [[ "$VERSION" == "latest" ]]; then
|
||||
echo "::warning::version: latest follows a mutable tag. Pin to a specific release (e.g. v0.6.0) for supply-chain safety."
|
||||
echo "::warning::version: latest follows a mutable tag. Pin to a specific release (e.g. v0.7.0) for supply-chain safety."
|
||||
API_URL="https://api.github.com/repos/${REPO}/releases/latest"
|
||||
CURL_ARGS=(-fsSL)
|
||||
if [[ -n "${GITHUB_TOKEN:-}" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue