ble-reticulum/.github
torlando-tech bb89096e95 fix(ci): Use gh CLI for atomic release creation
Replace softprops/action-gh-release with gh CLI to create releases
and upload assets in a single atomic operation. This prevents issues
with repository rules that make releases immutable immediately,
which was causing asset upload failures.

Previous error:
- Release created successfully but became immutable
- Asset upload failed with "Cannot upload assets to an immutable release"

Solution:
- gh release create uploads all assets in one operation
- Avoids the gap between release creation and asset upload

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-10 14:46:22 -05:00
..
workflows fix(ci): Use gh CLI for atomic release creation 2025-11-10 14:46:22 -05:00