ui fixes for repo page, fix scanner priority, cleanup goreleaser scripts

This commit is contained in:
Evan Jarrett
2026-04-03 16:48:21 -05:00
parent ca69c0d1c2
commit fd5bfc3c50
51 changed files with 3424 additions and 744 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e
goat account login -u evan.jarrett.net -p "${APP_PASSWORD}"
goat account login -u "${TANGLED_REPO_DID}" -p "${APP_PASSWORD}"
TAG_HASH=$(git rev-parse "$TAG") &&
TAG_BYTES=$(echo -n "$TAG_HASH" | xxd -r -p | base64 | tr -d '=') &&
BLOB_OUTPUT=$(goat blob upload "$ARTIFACT_PATH") &&