Skip to content

Commit a7410d4

Browse files
Fix wally package release workflow (#3)
1 parent ecf55ca commit a7410d4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161

62+
- uses: Roblox/setup-foreman@v1
63+
with:
64+
token: ${{ secrets.GITHUB_TOKEN }}
65+
6266
- name: Enable corepack
6367
run: corepack enable
6468

foreman.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ selene = { github = "Kampfkarren/selene", version = "=0.27.1"}
44
stylua = { github = "JohnnyMorganz/styLua", version = "=0.19.1" }
55
darklua = { github = "seaofvoices/darklua", version = "=0.13.1"}
66
luau-lsp = { github = "JohnnyMorganz/luau-lsp", version = "=1.32.4"}
7+
wally = { github = "UpliftGames/wally", version = "=0.3.2" }

0 commit comments

Comments
 (0)