From 67c17736407b28303bc39103a4f65d37fc318622 Mon Sep 17 00:00:00 2001 From: Animal <61629960+AnimalStudioOfficial@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:38:09 -0500 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6779c32..5a973a0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,9 +22,8 @@ jobs: env: WALLY_AUTH: ${{ secrets.WALLY_AUTH }} run: | - - mkdir -p ~/.wally - + mkdir =p ~/.wally + printf "[tokens]\n\"https://api.wally.run/\" = \"%s\"" "$WALLY_AUTH" >> ~/.wally/auth.toml cd src rm -rf Packages wally publish