Skip to content

Commit

Permalink
Merge pull request #746 from yarikoptic/enh-release
Browse files Browse the repository at this point in the history
auto 11.0.5 is needed to avoid hitting some "Error: fatal: ... not an integer" bug
  • Loading branch information
yarikoptic authored Feb 26, 2024
2 parents 1835cd4 + 5c3ce08 commit a19d642
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# <https://github.com/intuit/auto/issues/1778> 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 <https://github.com/intuit/auto/issues/2432>
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
Expand Down

0 comments on commit a19d642

Please sign in to comment.