ncipollo / release-action

An action which manages a github release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish to marketplace

YunaBraska opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
When i create a release for my github action, then a flag is missing to also publish the release to the github marketplace

Describe the solution you'd like
I would like to have an option like publishToMarketPlace with values true|false

Describe alternatives you've considered
You are my hope, i have no alternatives.

Additional context
I am currently playing around with the releases on my github actions: https://github.com/YunaBraska/git-info-action/releases

I don't think this is currently possible with the github API. Publishing to the market place requires 2FA typically, so it's not something you could easily automate. See cli/cli#5193 (comment)

Even if this were possible, I don't think it would be in scope for this action. I would probably split that out into a separate action (which could run after this one).