Skip to content

Commit

Permalink
Hopefully fix Wally publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Starveldt committed Aug 7, 2024
1 parent 9c235d8 commit d358955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ jobs:
uses: kalrnlo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Repo to Wally
- name: Publish to Wally
shell: bash
run: |
wally login --token "$WALLY_AUTH"
cd src
wally publish
cd .
env:
WALLY_AUTH: ${{ secrets.WALLY_AUTH }}
- name: Build and Publish to Roblox
Expand Down
File renamed without changes.

0 comments on commit d358955

Please sign in to comment.