Skip to content
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

Add support for identifying a target release by release ID, not just tag name. #564

Open
vorporeal opened this issue Dec 26, 2024 · 0 comments

Comments

@vorporeal
Copy link

GitHub's release updating REST API uses the release ID as the key for determining which release to update. This action provides said ID as an output when creating a new release, but then doesn't let you use that ID to identify a release, leading to complexity when trying to update a draft release. (Additionally, it means that this action needs to filter down the entire list of releases by tag name, even though it has already provided callers with the necessary ID.)

Would be great if we were able to provide a release ID as an input, and if we do, that's used unconditionally instead of trying to compute release ID based on tag name.

@vorporeal vorporeal changed the title Add support for identifying a target release by release _ID_, not just tag Add support for identifying a target release by release ID, not just tag name Dec 26, 2024
@vorporeal vorporeal changed the title Add support for identifying a target release by release ID, not just tag name Add support for identifying a target release by release ID, not just tag name. Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant