Skip to content

fix: create GitHub Release before uploading VSIX if it does not exist#11

Merged
Lefix2 merged 1 commit intomainfrom
claude/fix-release-upload-t3wzo
May 3, 2026
Merged

fix: create GitHub Release before uploading VSIX if it does not exist#11
Lefix2 merged 1 commit intomainfrom
claude/fix-release-upload-t3wzo

Conversation

@Lefix2
Copy link
Copy Markdown
Owner

@Lefix2 Lefix2 commented May 3, 2026

gh release upload fails with "release not found" when no release object
exists for the tag. This can happen when the tag is pushed without
semantic-release, or when re-running a failed job after the release was
not yet created. The new step runs gh release view first and only creates
the release if it is absent, so existing releases (created by
semantic-release) are left untouched.

https://claude.ai/code/session_01V2Cfo3mjjVxW1iuVhavsXp

gh release upload fails with "release not found" when no release object
exists for the tag. This can happen when the tag is pushed without
semantic-release, or when re-running a failed job after the release was
not yet created. The new step runs gh release view first and only creates
the release if it is absent, so existing releases (created by
semantic-release) are left untouched.

https://claude.ai/code/session_01V2Cfo3mjjVxW1iuVhavsXp
@Lefix2 Lefix2 merged commit 1f56fd7 into main May 3, 2026
1 check passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

🎉 This PR is included in version 1.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants