Update action.yml
This commit is contained in:
parent
f988078972
commit
025ffaabff
@ -22,7 +22,7 @@ runs:
|
|||||||
case ${{ inputs.version }} in
|
case ${{ inputs.version }} in
|
||||||
tip)
|
tip)
|
||||||
echo "Installing ko using go install"
|
echo "Installing ko using go install"
|
||||||
go install github.com/ko-build/ko@main
|
go install github.com/google/ko@main
|
||||||
;;
|
;;
|
||||||
latest-release)
|
latest-release)
|
||||||
tag=$(curl -L -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user