Also curl -L in case it moves again
This commit is contained in:
parent
9a31684920
commit
1e5639e1c0
@ -25,7 +25,7 @@ runs:
|
|||||||
go install github.com/google/ko@main
|
go install github.com/google/ko@main
|
||||||
;;
|
;;
|
||||||
latest-release)
|
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 }}"
|
tag="${{ inputs.version }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user