Skip to content

Commit

Permalink
Merge pull request #81 from Econa77/feature/fix-release-shell
Browse files Browse the repository at this point in the history
Fix CocoaPods release task
  • Loading branch information
mono0926 authored Dec 14, 2017
2 parents cf50da0 + 52dc2e5 commit 6b7fe47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ github-release upload \

rm $lib_name.zip

<< COMMENTOUT
make portable_zip
portable_zip_name="portable_licenseplist.zip"
github-release upload \
Expand All @@ -68,7 +67,7 @@ github-release upload \
--file $portable_zip_name
rm $portable_zip_name

podspec_name="LicencePlist.podspec"
podspec_name="LicensePlist.podspec"
cat "$podspec_name.tmp" | sed s/LATEST_RELEASE_VERSION_NUMBER/$tag/ > "$podspec_name"
pod trunk push $podspec_name
rm $podspec_name

0 comments on commit 6b7fe47

Please sign in to comment.