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
ci: Fix release upload by passing tag and refining permissions/files
Ensure the CD workflow passes the release tag explicitly to
`softprops/action-gh-release` using `tag_name` fixing the error
"GitHub Releases requires a tag".
Also:
- Define minimal job-level permissions (`contents: write`)
- Refine glob pattern to upload only from `*-packages/`
- Restrict file listing in the debug step to avoid noise
0 commit comments