packaging(pesde), cd(release): Reintroduce pesde support
This commit is contained in:
parent
36579fc8dd
commit
3e7bb3c7ff
3 changed files with 7 additions and 8 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -72,9 +72,8 @@ jobs:
|
||||||
- name: Wally Publish
|
- name: Wally Publish
|
||||||
run: wally publish
|
run: wally publish
|
||||||
|
|
||||||
# No pesde releases for now, jecs doesn't have an official pesde package
|
- name: Pesde Login
|
||||||
#- name: Pesde Login
|
run: pesde auth login --token "${{ secrets.PESDE_AUTH_TOKEN }}"
|
||||||
# run: pesde auth login --token "${{ secrets.PESDE_AUTH_TOKEN }}"
|
|
||||||
|
|
||||||
#- name: Pesde Publish
|
- name: Pesde Publish
|
||||||
# run: pesde publish
|
run: pesde publish
|
||||||
|
|
|
@ -14,4 +14,4 @@ lib = "lib/init.luau"
|
||||||
default = "https://github.com/daimond113/pesde-index"
|
default = "https://github.com/daimond113/pesde-index"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jecs = { repo = "https://git.devmarked.win/marked/jecs-pesde", rev = "main" }
|
jecs = { name = "mark_marks/jecs_pesde", version = "^0.4.0" }
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
[tools]
|
[tools]
|
||||||
wally = "upliftgames/wally@0.3.2"
|
wally = "upliftgames/wally@0.3.2"
|
||||||
rojo = "rojo-rbx/rojo@7.4.4"
|
rojo = "rojo-rbx/rojo@7.4.4"
|
||||||
lune = "lune-org/lune@0.8.8"
|
lune = "lune-org/lune@0.8.9"
|
||||||
selene = "kampfkarren/selene@0.27.1"
|
selene = "kampfkarren/selene@0.27.1"
|
||||||
luau-lsp = "johnnymorganz/luau-lsp@1.32.4"
|
luau-lsp = "johnnymorganz/luau-lsp@1.32.4"
|
||||||
stylua = "johnnymorganz/stylua@0.20.0"
|
stylua = "johnnymorganz/stylua@0.20.0"
|
||||||
wally-package-types = "johnnymorganz/wally-package-types@1.3.2"
|
wally-package-types = "johnnymorganz/wally-package-types@1.3.2"
|
||||||
darklua = "seaofvoices/darklua@0.13.1"
|
darklua = "seaofvoices/darklua@0.13.1"
|
||||||
pesde = "daimond113/pesde@0.5.0-rc.8"
|
pesde = "daimond113/pesde@0.5.0-rc.14"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue