-
-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declare useful outputs #9
Comments
It would be great to also output the release id. Opened a PR #60 to support this. |
a number of outputs have since been added. closing this for now |
@softprops How about an array of assets including IDs? That would be really useful. I know we can manually query that with one extra step. But much easier if this action does it for us. |
Can you open a new gh issue specifically for that? I don't want to lose the idea in a closed issue |
GitHub actions defines a way to declare action outputs
https://help.github.com/en/articles/metadata-syntax-for-github-actions#outputs
This may be useful for the purposes of actions that comes after. Some potential outputs ideas
The text was updated successfully, but these errors were encountered: