Compare commits

..

5 commits

Author SHA1 Message Date
marked
a2aa709ebe Sync to upstream Jecs 0.5.5-nightly.20250302T042241Z 2025-03-02 04:22:44 +00:00
marked
8b3e51c186 Add disgusting hack for wally auth 2025-03-02 05:22:15 +01:00
marked
bc0e40495e Bump image to ubuntu 24.04 2025-03-02 05:19:07 +01:00
marked
e9a63d6489 -jecs dir +auth 2025-03-02 05:16:15 +01:00
7c9bfa02e0 Sync to upstream Jecs 0.5.5-nightly.20250302T041414Z (#1)
Reviewed-on: #1
2025-03-02 05:14:17 +01:00
3 changed files with 12 additions and 3 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Sync
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
image: ghcr.io/catthehacker/ubuntu:act-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
@ -27,6 +27,15 @@ jobs:
mv fj /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
run: lune run src/init

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.20250302T041414Z"
version = "0.5.5-nightly.20250302T042241Z"
[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.20250302T041414Z"
version = "0.5.5-nightly.20250302T042241Z"