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(workflow): include GitHub token for release creation (#9)
- Added `GH_TOKEN` to the release workflow environment variables to enable authenticated GitHub API requests.
- Ensures that `gh release create` has the necessary credentials to execute successfully.
- Maintains compatibility with existing environment setup while resolving potential authentication issues.
0 commit comments