Skip to content

Commit

Permalink
Fix rad cli download in public push (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith authored Oct 18, 2023
1 parent 797fae6 commit 54c77b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
run: python ./.github/scripts/get_release_version.py
- name: Download rad CLI
run: |
echo "Downloading edge rad CLI"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
echo "Downloading latest rad CLI"
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 54c77b7

Please sign in to comment.