diff --git a/action.yml b/action.yml index 5ef177a..81b3d4d 100644 --- a/action.yml +++ b/action.yml @@ -25,8 +25,6 @@ runs: go get github.com/google/go-containerregistry/cmd/crane@main ;; latest-release) - jq --version - curl -s -u "username:${{github.token}}" https://api.github.com/repos/google/go-containerregistry/releases/latest tag=$(curl -s -u "username:${{ github.token }}" https://api.github.com/repos/google/go-containerregistry/releases/latest | jq -r '.tag_name') ;; *)