Compare commits
1 commit
7544c4d920
...
bdae0a8cfd
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bdae0a8cfd |
3 changed files with 3 additions and 5 deletions
|
@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "marked/jecs_nightly"
|
name = "marked/jecs_nightly"
|
||||||
repository = "https://git.devmarked.win/jecs-nightly"
|
repository = "https://git.devmarked.win/jecs-nightly"
|
||||||
version = "0.5.5-nightly.20250302T042604Z"
|
version = "0.5.5-nightly.20250302T042355Z"
|
||||||
|
|
||||||
[indices]
|
[indices]
|
||||||
default = "https://github.com/daimond113/pesde-index"
|
default = "https://github.com/daimond113/pesde-index"
|
||||||
|
|
|
@ -5,4 +5,4 @@ license = "MIT"
|
||||||
name = "mark-marks/jecs-nightly"
|
name = "mark-marks/jecs-nightly"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
version = "0.5.5-nightly.20250302T042604Z"
|
version = "0.5.5-nightly.20250302T042355Z"
|
||||||
|
|
|
@ -90,9 +90,7 @@ local function release(origin: string, scopes: { wally: string, pesde: string },
|
||||||
:withStage("release (wally)", "Releasing on wally")
|
:withStage("release (wally)", "Releasing on wally")
|
||||||
progress:start()
|
progress:start()
|
||||||
|
|
||||||
if dry == nil then
|
dry = dry or true
|
||||||
dry = true
|
|
||||||
end
|
|
||||||
|
|
||||||
if not fs.metadata(origin).exists then
|
if not fs.metadata(origin).exists then
|
||||||
progress:stop()
|
progress:stop()
|
||||||
|
|
Loading…
Reference in a new issue