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): correct directory exclusion patterns in release workflow
- Replace incorrect ! -path . with ! -path "." to properly exclude current directory
- Fix bash command to use quoted directory argument in cd command for safety
- Ensure directory detection and tag extraction steps work as intended
- Improve robustness of project detection in release.yml GitHub Actions workflow
0 commit comments