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 ────────────────────────────────────────────────────────────────
|
# ── logging ────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
log() { echo "[release] $*"; }
|
log() { echo "[release] $*" >&2; }
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
local cmd
|
local cmd
|
||||||
|
|||||||
Reference in New Issue
Block a user