Skip to content

Commit

Permalink
Remove install cocoapods step since cocoapods is pre-installed (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxiao0228 authored and ob committed Dec 3, 2019
1 parent 55220b2 commit e658450
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
files: 'build/*.zip'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Cocoapods
run: brew install cocoapods
- name: Publish to Cocoapods
run: pod trunk push Bluepill.podspec
env:
Expand Down

0 comments on commit e658450

Please sign in to comment.