-jecs dir -dry

This commit is contained in:
marked 2025-03-02 05:25:36 +01:00
parent 1bcf4c4d22
commit 95ec7d9f8d
9 changed files with 3 additions and 2890 deletions

View file

@ -90,7 +90,9 @@ local function release(origin: string, scopes: { wally: string, pesde: string },
:withStage("release (wally)", "Releasing on wally")
progress:start()
dry = dry or true
if dry == nil then
dry = true
end
if not fs.metadata(origin).exists then
progress:stop()