Skip to content

Commit

Permalink
Intentionally fail
Browse files Browse the repository at this point in the history
  • Loading branch information
GLinnik21 committed Jun 25, 2024
1 parent a5ce749 commit e7066ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
- name: Publish to CocoaPods
env:
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_PASSWORD }}
run: pod trunk push KSCrash.podspec --verbose
# run: pod trunk push KSCrash.podspec --verbose
run: exit 1

rollback:
runs-on: macos-latest
Expand Down

0 comments on commit e7066ae

Please sign in to comment.