Compare commits

..

1 commit

Author SHA1 Message Date
marked
b98ea42d90 Sync to upstream Jecs 0.5.5-nightly.20250302T041414Z 2025-03-02 04:14:16 +00:00
3 changed files with 3 additions and 12 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Sync
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-24.04
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
@ -27,15 +27,6 @@ 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.20250302T042241Z"
version = "0.5.5-nightly.20250302T041414Z"
[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.20250302T042241Z"
version = "0.5.5-nightly.20250302T041414Z"