Update action.yml

This commit is contained in:
Jason Hall 2023-02-15 15:02:20 -05:00 committed by GitHub
parent f988078972
commit 025ffaabff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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