actions-marketplace-validations/Get the latest release upload url, tag, date
Helps you get the latest release info for your repo including upload url, tag, date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 8, 2023
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/jossef_action-latest-release-info@a69dd37383b86f59c84b38680d5ff01cb3502625 # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
no inputs
Outputs
| name | description |
|---|---|
| id | The id of the release |
| html_url | The url users can navigate to in order to view the release |
| upload_url | The url for uploading assets to the release |
| tag_name | The name of the tag linked with the release |
| name | The name of the release |
| created_at | The creation date of the release |
| draft | The draft of the release |