Skip to content

Commit e4a1f2a

Browse files
committed
fix alignment
1 parent 6bbf62e commit e4a1f2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_frameworks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
git push
9797
env:
9898
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 }}
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 }}
103103

0 commit comments

Comments
 (0)