Skip to content

Commit f8c7f23

Browse files
authored
Merge pull request #59 from rive-app/publishPodsPipeline
Publish pods pipeline
2 parents 6c4f0f1 + 519a3e7 commit f8c7f23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_frameworks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
git add .
9595
git commit -m "Update podspec repo tag:${{ github.event.release.tag_name }}"
9696
git push
97+
git tag v${{ github.event.release.tag_name }}
98+
git push origin v${{ github.event.release.tag_name }}
9799
env:
98100
API_TOKEN_GITHUB: ${{ secrets.RIVE_REPO_PAT }}
99101
- name: Publish pod to the CocoaPods

0 commit comments

Comments
 (0)