diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d0d7881..199015fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,9 +19,10 @@ jobs: - name: Download auto run: | #curl -vL -o - "$(curl -fsSL https://api.github.com/repos/intuit/auto/releases/latest | jq -r '.assets[] | select(.name == "auto-linux.gz") | .browser_download_url')" | gunzip > ~/auto - # Pin to 10.16.1 so we don't break if & when + # Pin so we don't break if & when # is fixed. - wget -O- https://github.com/intuit/auto/releases/download/v10.16.1/auto-linux.gz | gunzip > ~/auto + # 11.0.5 is needed for + wget -O- https://github.com/intuit/auto/releases/download/v11.0.5/auto-linux.gz | gunzip > ~/auto chmod a+x ~/auto - name: Query 'auto' on type of the release