ci: use bash for wally auth.toml setup

This commit is contained in:
2026-02-19 20:04:57 -05:00
parent 848957b438
commit a7f81df521
+2 -3
View File
@@ -24,10 +24,9 @@ jobs:
uses: CompeyDev/setup-rokit@v0.1.2
- name: login
shell: pwsh
run: |
mkdir -p $env:USERPROFILE/.wally
echo '${{ secrets.WALLY_AUTH_TOML }}' > $env:USERPROFILE/.wally/auth.toml
mkdir -p ~/.wally
echo '${{ secrets.WALLY_AUTH_TOML }}' > ~/.wally/auth.toml
- name: publish
run: wally publish