fix: run release even if the file does not exist the first time
This commit is contained in:
@@ -9,7 +9,7 @@ CREATED_TAG=""
|
||||
|
||||
# ── logging ────────────────────────────────────────────────────────────────
|
||||
|
||||
log() { echo "[release] $*"; }
|
||||
log() { echo "[release] $*" >&2; }
|
||||
|
||||
usage() {
|
||||
local cmd
|
||||
|
||||
Reference in New Issue
Block a user