diff --git a/.github/workflows/publish-recipes.yaml b/.github/workflows/publish-recipes.yaml index 0bdab2d..6c5ba1b 100644 --- a/.github/workflows/publish-recipes.yaml +++ b/.github/workflows/publish-recipes.yaml @@ -103,8 +103,6 @@ jobs: run: | echo "Downloading edge rad CLI" wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge - chmod +x rad-bicep - ./rad-bicep --version - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: