rajatjindal / krew-release-bot

bot to bump version of plugin in krew-index on new releases
Apache License 2.0
46 stars 16 forks source link

problem with integration in my project: failed to get plugin name from processed template. #44

Closed gianarb closed 4 years ago

gianarb commented 4 years ago

Hello

Thank you for your work but I am having some problem integrating this action in my release workflow. This is the error I currently get described in the repository I am attempting the integration

https://github.com/profefe/kube-profefe/pull/41

This is the currently deployed version of the plugin in krew-index

Do you have any feedback for me? Thanks

gianarb commented 4 years ago

I tried to change /tmp/template-file.yaml with /tmp/profefe.yaml following the idea that plugin file name and plugin name should be the same but no luck.

rajatjindal commented 4 years ago

thanks for trying it out and reporting the issue. I will check and get back to you.

rajatjindal commented 4 years ago

there is a typo in the file at line https://github.com/profefe/kube-profefe/blob/master/.krew/profefe.yaml#L6

there shouldn't be any space between curly braces

rajatjindal commented 4 years ago

You could check the logs here:

(sorry for all the clicks, if I find a link that can point to it directly, i will let u know).

I will wait for you to confirm before closing the issue.

rajatjindal commented 4 years ago

(sorry for all the clicks, if I find a link that can point to it directly, i will let u know).

thanks

gianarb commented 4 years ago

It works!! Thanks a lot