Github workFlow发布release失败


Github workFlow发布release失败 常见问题 Error: Unhandled error: TypeError: Cannot read properties of undefined (reading 'uploadReleaseAsset') release.yml 中的配置

git使用技巧记录


git拆分仓库并保留历史 首先删除不需要的文件夹 git filter-branch –force –index-filter ‘git rm -rf –cached –ignore-unmatch target_directory ‘ –prune-empty –tag-name-filter c