Compare commits

..

1 commit

Author SHA1 Message Date
marked
bdae0a8cfd Sync to upstream Jecs 0.5.5-nightly.20250302T042355Z 2025-03-02 04:23:58 +00:00
3 changed files with 3 additions and 5 deletions

View file

@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT"
name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/jecs-nightly"
version = "0.5.5-nightly.20250302T042604Z"
version = "0.5.5-nightly.20250302T042355Z"
[indices]
default = "https://github.com/daimond113/pesde-index"

View file

@ -5,4 +5,4 @@ license = "MIT"
name = "mark-marks/jecs-nightly"
realm = "shared"
registry = "https://github.com/UpliftGames/wally-index"
version = "0.5.5-nightly.20250302T042604Z"
version = "0.5.5-nightly.20250302T042355Z"

View file

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