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
Release workflows currently use the softprops/action-gh-release action to create GitHub releases.
We can use the gh release create to create releases without needing a third-party action.
Release workflows currently use the
softprops/action-gh-releaseaction to create GitHub releases.We can use the
gh release createto create releases without needing a third-party action.