fix: run release even if the file does not exist the first time

This commit is contained in:
eric
2026-03-04 06:12:50 +01:00
parent 8ee5367310
commit c13502761c

View File

@@ -9,7 +9,7 @@ CREATED_TAG=""
# ── logging ──────────────────────────────────────────────────────────────── # ── logging ────────────────────────────────────────────────────────────────
log() { echo "[release] $*"; } log() { echo "[release] $*" >&2; }
usage() { usage() {
local cmd local cmd