Skip to content

Commit 8e3be4c

Browse files
committed
chore: Add Just to the release steps
1 parent 13a70ea commit 8e3be4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install Aftman
1919
uses: ok-nick/setup-aftman@v0
2020

21+
- name: Install Just
22+
uses: extractions/setup-just@v1
23+
2124
- name: Authenticate Wally
2225
run: |
2326
cd packages/react
@@ -34,6 +37,9 @@ jobs:
3437
- name: Publish changed packages
3538
run: bash ./scripts/publish.sh ${{ steps.latest-release.outputs.tag_name }}
3639

40+
- name: Install dependencies for build
41+
run: just install-packages
42+
3743
- name: Build project
3844
run: rojo build --output ReactLua.rbxm
3945

0 commit comments

Comments
 (0)