We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855640f commit 6ce692bCopy full SHA for 6ce692b
.github/actions/import-release/action.yml
@@ -25,7 +25,7 @@ runs:
25
# clear out the entire repo. * matches everything but .*
26
git rm -fr *
27
28
- # cannot git rm -fr .* because of ., .., .git, .ios-spm
+ # cannot git rm -fr .* because of ., .., .git, .ios-repo
29
# remove specific paths
30
[[ -d .swiftpm ]] && git rm -fr .swiftpm
31
[[ -f .cocoadocs ]] && git rm -f .cocoadocs
0 commit comments