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
|
||||
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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue