Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMidnightOfficial authored Dec 30, 2022
1 parent 4dd0fba commit 67c1773
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67c1773

Please sign in to comment.