fix: remove set-public job from release workflow - #497
Conversation
…anges GitHub's REST API does not support changing package visibility. This must be done manually via the GitHub web UI. Added comment with instructions for manual visibility change.
WalkthroughRemoved the Changes
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
gomesalexandre
left a comment
There was a problem hiding this comment.
CI green. Removing set-public job from release workflow - correct, GH Actions no longer needs this. LGTM.
|
APPROVED — ready to merge @jpthor 🚀 |
|
APPROVED but DIRTY - @jpthor can you rebase + merge when you get a chance? ty |
Summary
set-publicjob from release workflow - GitHub's REST API does not support changing package visibilityBackground
The
set-publicjob was failing with 404 errors because GitHub's REST API does not provide an endpoint to change container package visibility. This is a known limitation - visibility changes must be done through the GitHub web UI.Manual step required
After first release, set package visibility to public via:
https://github.com/orgs/vultisig/packages → Package Settings → Change visibility to Public
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.