Skip to content

Commit

Permalink
remove yospace auto release from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffi authored and Raffi committed Sep 4, 2024
1 parent ddf49dc commit a5da699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
continue
fi
# blacklisted podspecs
if [[ $file == *VerizonMedia.podspec || $file == *Nielsen.podspec ]]; then
if [[ $file == *VerizonMedia.podspec || $file == *Nielsen.podspec || $file == *Yospace.podspec ]]; then
continue
fi
# Conviva validation depends on Utilities being available, which does not get published in a dry run
Expand Down

0 comments on commit a5da699

Please sign in to comment.