Skip to content

ci: specify repository for VSIX release uploads#276

Merged
hongjr03 merged 1 commit into
masterfrom
ci/fix-vsix-release-upload
Jun 20, 2026
Merged

ci: specify repository for VSIX release uploads#276
hongjr03 merged 1 commit into
masterfrom
ci/fix-vsix-release-upload

Conversation

@hongjr03

Copy link
Copy Markdown
Member

Summary

Fix VSIX upload jobs that run without a checkout.

gh release upload attempted to infer the repository from git, but the upload-github-release job only downloads artifacts and does not check out the repo. On the v1.3.0-beta.1 run this failed with:

failed to run git: fatal: not a git repository

Set GH_REPO from github.repository so gh release upload does not need a local git remote.

Verification

  • YAML lint passed via patch tool
  • Failure diagnosed from Release run 27872249699 job 82487105427

@hongjr03 hongjr03 merged commit 1de7b76 into master Jun 20, 2026
27 checks passed
@hongjr03 hongjr03 deleted the ci/fix-vsix-release-upload branch June 20, 2026 14:00
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

Successfully merging this pull request may close these issues.

1 participant