diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 0e33a44..75cf45b 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -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 diff --git a/jecs/pesde.toml b/jecs/pesde.toml index e373d53..a9e3e60 100644 --- a/jecs/pesde.toml +++ b/jecs/pesde.toml @@ -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" diff --git a/jecs/wally.toml b/jecs/wally.toml index e9f529b..22d2ada 100644 --- a/jecs/wally.toml +++ b/jecs/wally.toml @@ -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"