diff --git a/project-scripts/bump_version.sh b/project-scripts/bump_version.sh index 3525b9b7..c0886c68 100755 --- a/project-scripts/bump_version.sh +++ b/project-scripts/bump_version.sh @@ -7,8 +7,8 @@ cd "$DIR" # Bump version find ../ -name '*.podspec' \ - -not -path "./Carthage/*" \ - -not -path "./*/Carthage/*" \ - -not -path "./Pods/*" \ - -not -path "./*/Pods/*" \ - | xargs -I% npx podspec-bump -i "$1" -w -p % \ No newline at end of file + -not -path "../Carthage/*" \ + -not -path "../*/Carthage/*" \ + -not -path "../Pods/*" \ + -not -path "../*/Pods/*" \ + | xargs -I% npx podspec-bump -i "$1" -w -p % diff --git a/project-scripts/push_to_podspecs.sh b/project-scripts/push_to_podspecs.sh index b59318e1..95491c65 100755 --- a/project-scripts/push_to_podspecs.sh +++ b/project-scripts/push_to_podspecs.sh @@ -7,8 +7,8 @@ cd "$DIR" # Push changes find ../ -name '*.podspec' \ - -not -path "./Carthage/*" \ - -not -path "./*/Carthage/*" \ - -not -path "./Pods/*" \ - -not -path "./*/Pods/*" \ - | xargs -I% pod repo push git@github.com:TouchInstinct/Podspecs % --allow-warnings \ No newline at end of file + -not -path "../Carthage/*" \ + -not -path "../*/Carthage/*" \ + -not -path "../Pods/*" \ + -not -path "../*/Pods/*" \ + | xargs -I% pod repo push git@github.com:TouchInstinct/Podspecs % --allow-warnings