Skip to content

Commit

Permalink
updated Wally
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Jul 27, 2023
1 parent a994edd commit fb3837d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ jobs:
- name: Publish release to Wally
shell: bash
run: |
wally publish ${{secrets.WALLY_TOKEN}}
wally login --token "${{secrets.WALLY_TOKEN}}"
wally publish
2 changes: 1 addition & 1 deletion foreman.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
wally = {source = "UpliftGames/wally", version = "0.3.1" }
wally = {source = "UpliftGames/wally", version = "0.3.2" }
wally-package-types = {source = "JohnnyMorganz/wally-package-types", version = "1.2.0"}
selene = {source = "kampfkarren/selene", version = "0.25.0"}
rojo = {source = "rojo-rbx/rojo", version = "7.3.0" }
Expand Down

0 comments on commit fb3837d

Please sign in to comment.