4 Commits

2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ jobs:
uses: CompeyDev/setup-rokit@v0.1.2 uses: CompeyDev/setup-rokit@v0.1.2
- name: login - name: login
run: wally login --token "${{ secrets.WALLY_TOKEN }}" run: |
mkdir -p ~/.wally
echo '${{ secrets.WALLY_AUTH_TOML }}' > ~/.wally/auth.toml
- name: publish - name: publish
run: wally publish run: wally publish
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "secret-rare/filoxen-luau" name = "secret-rare/filoxen-luau"
version = "0.1.4" version = "0.1.5"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
realm = "server" realm = "server"