Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 7, 2024
1 parent f3def85 commit 8b2de1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- name: Publish Repo to Wally
shell: bash
run: |
rokit self-install
mkdir -p ~/.wally
echo "$WALLY_AUTH" > ~/.wally/auth.toml
cd src
wally publish
cd .
env:
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}
- name: Build and Publish to Roblox
Expand Down

0 comments on commit 8b2de1c

Please sign in to comment.