diff --git a/action.yml b/action.yml index 85bfd02..69b27f7 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ runs: case ${{ inputs.version }} in tip) echo "Installing ko using go get" - go get github.com/google/ko@main + go install github.com/google/ko@main ;; latest-release) tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/ko/releases/latest | jq -r '.tag_name')