Skip to content

Commit

Permalink
remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Jul 23, 2021
1 parent 46e1849 commit 5146f70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
;;
*)
Expand Down

0 comments on commit 5146f70

Please sign in to comment.