ci: use bash for wally auth.toml setup
This commit is contained in:
@@ -24,10 +24,9 @@ jobs:
|
|||||||
uses: CompeyDev/setup-rokit@v0.1.2
|
uses: CompeyDev/setup-rokit@v0.1.2
|
||||||
|
|
||||||
- name: login
|
- name: login
|
||||||
shell: pwsh
|
|
||||||
run: |
|
run: |
|
||||||
mkdir -p $env:USERPROFILE/.wally
|
mkdir -p ~/.wally
|
||||||
echo '${{ secrets.WALLY_AUTH_TOML }}' > $env:USERPROFILE/.wally/auth.toml
|
echo '${{ secrets.WALLY_AUTH_TOML }}' > ~/.wally/auth.toml
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
run: wally publish
|
run: wally publish
|
||||||
|
|||||||
Reference in New Issue
Block a user