Skip to content

Fix GitHub Packages push source to Wizard-Software namespace - #14

Merged
asawicki merged 1 commit into
mainfrom
fix/release-github-packages-source
Apr 9, 2026
Merged

Fix GitHub Packages push source to Wizard-Software namespace#14
asawicki merged 1 commit into
mainfrom
fix/release-github-packages-source

Conversation

@asawicki

@asawicki asawicki commented Apr 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Release workflow was pushing to nuget.pkg.github.com/asawicki/index.json, but the repo lives in the Wizard-Software org
  • GITHUB_TOKEN can only publish packages to its own repository owner's namespace, so the push returned 403 Forbidden
  • Updated the source URL to Wizard-Software

Test plan

  • Cut a new tag (e.g. v1.0.5) and confirm the Push to GitHub Packages step succeeds

GITHUB_TOKEN can only publish packages to the repository owner's
namespace. Repo moved to Wizard-Software org, so the push URL must
match — previous asawicki namespace returned 403 Forbidden.
@github-actions

github-actions Bot commented Apr 9, 2026

Copy link
Copy Markdown

Test Results

603 tests  ±0   603 ✅ ±0   2m 6s ⏱️ -8s
 15 suites ±0     0 💤 ±0 
 15 files   ±0     0 ❌ ±0 

Results for commit 5c22432. ± Comparison against base commit 4b0c277.

@asawicki
asawicki merged commit 8139a5b into main Apr 9, 2026
6 checks passed
@asawicki
asawicki deleted the fix/release-github-packages-source branch April 9, 2026 21:29
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