Also curl -L in case it moves again

This commit is contained in:
Jason Hall 2022-09-06 13:28:38 -04:00
parent 9a31684920
commit 1e5639e1c0
Failed to extract signature

View File

@ -25,7 +25,7 @@ runs:
go install github.com/google/ko@main
;;
latest-release)
tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/ko-build/ko/releases/latest | jq -r '.tag_name')
tag=$(curl -L -s -u "username:${{ github.token }}" https://api.github.com/repos/ko-build/ko/releases/latest | jq -r '.tag_name')
;;
*)
tag="${{ inputs.version }}"