We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbf62e commit e4a1f2aCopy full SHA for e4a1f2a
.github/workflows/build_frameworks.yml
@@ -96,8 +96,8 @@ jobs:
96
git push
97
env:
98
API_TOKEN_GITHUB: ${{ secrets.RIVE_REPO_PAT }}
99
- - name: Publish pod to the CocoaPods
100
- uses: michaelhenry/deploy-to-cocoapods-github-action@1.0.10
101
- env:
102
- COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
+ - name: Publish pod to the CocoaPods
+ uses: michaelhenry/deploy-to-cocoapods-github-action@1.0.10
+ env:
+ COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
103
0 commit comments