Compare commits
5 commits
b98ea42d90
...
a2aa709ebe
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a2aa709ebe | ||
![]() |
8b3e51c186 | ||
![]() |
bc0e40495e | ||
![]() |
e9a63d6489 | ||
7c9bfa02e0 |
3 changed files with 12 additions and 3 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Sync
|
name: Sync
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
image: ghcr.io/catthehacker/ubuntu:act-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -27,6 +27,15 @@ jobs:
|
||||||
mv fj /usr/local/bin/fj
|
mv fj /usr/local/bin/fj
|
||||||
chmod +x /usr/local/bin/fj
|
chmod +x /usr/local/bin/fj
|
||||||
|
|
||||||
|
- name: Authorize Pesde
|
||||||
|
run: pesde auth login --token "${{ secrets.pesde_auth_token }}"
|
||||||
|
|
||||||
|
- name: Authorize Wally
|
||||||
|
run: |
|
||||||
|
wally init
|
||||||
|
wally login --token "${{ secrets.wally_auth_token }}"
|
||||||
|
rm wally.toml
|
||||||
|
|
||||||
- name: Sync & Release
|
- name: Sync & Release
|
||||||
run: lune run src/init
|
run: lune run src/init
|
||||||
|
|
||||||
|
|
|
@ -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.20250302T041414Z"
|
version = "0.5.5-nightly.20250302T042241Z"
|
||||||
|
|
||||||
[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.20250302T041414Z"
|
version = "0.5.5-nightly.20250302T042241Z"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue