Skip to content

Commit

Permalink
Merge pull request #59 from railwaymen/fix_cocoapods_release_action
Browse files Browse the repository at this point in the history
Fixed release workflow
  • Loading branch information
Bartłomiej Świerad committed Sep 11, 2020
2 parents 05cc424 + 9d91a19 commit 9a07b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Release to CocoaPods
run: |
pod trunk register $COCOAPODS_RELEASE_EMAIL
pod trunk push Restler.podspec
pod trunk push Restler.podspec --allow-warnings
env:
COCOAPODS_RELEASE_EMAIL: ${{ secrets.COCOAPODS_RELEASE_EMAIL }}

0 comments on commit 9a07b90

Please sign in to comment.