You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: replace softprops/action-gh-release with gh CLI (#409)
Replace third-party softprops/action-gh-release action with the
built-in GitHub CLI (gh release create) in all three release workflows.
This eliminates a third-party dependency that isn't in the Azure org's
Actions allowlist, avoiding the need to add an external action.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments