Empty digest in latest release
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
The digest of the latest release is empty for:
https://api.github.com/repos/VSCodeVim/vim/releases/latest
I'm not sure if it's the cause but the used github action to upload the release has been archived for over 4 years.
https://github.com/actions/upload-release-asset
I wouldn't recommend to use a third party github action for this, I'd suggest to use the github cli (gh) from the github action workflow to create and upload the release.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect .github/workflows/release.yml around line 53 and the archived actions/upload-release-asset action. Check the latest release API response and the release workflow configuration; done means the published release has a non-empty digest and its asset upload succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd, release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100