v0.9.57 event title bug fix

This commit is contained in:
2026-03-17 17:05:43 -04:00
parent dc7be22ed2
commit 8bde33ffc5
5 changed files with 8 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
# ─────────────────────────────────────────────────────────────
set -euo pipefail
VERSION="${1:-0.9.56}"
VERSION="${1:-0.9.57}"
ACTION="${2:-}"
REGISTRY="${REGISTRY:-}"
IMAGE_NAME="jama"