Skip to content

Commit

Permalink
Merge pull request #25 from ChartBoost/fix_release_workflow
Browse files Browse the repository at this point in the history
Allow warnings when pushing the pod to account for issues on the partner SDK side
  • Loading branch information
daniel-barros authored Feb 23, 2023
2 parents 6da97e6 + a5af420 commit cc96c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Push the podspec.
- name: Push Podspec
run: pod trunk push --verbose
run: pod trunk push --verbose --allow-warnings

# Create GitHub release.
- name: Create Release
Expand Down

0 comments on commit cc96c05

Please sign in to comment.