Skip to content

Commit

Permalink
Merge pull request #59 from rive-app/publishPodsPipeline
Browse files Browse the repository at this point in the history
Publish pods pipeline
  • Loading branch information
mjtalbot authored Jun 1, 2021
2 parents 6c4f0f1 + 519a3e7 commit f8c7f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
git add .
git commit -m "Update podspec repo tag:${{ github.event.release.tag_name }}"
git push
git tag v${{ github.event.release.tag_name }}
git push origin v${{ github.event.release.tag_name }}
env:
API_TOKEN_GITHUB: ${{ secrets.RIVE_REPO_PAT }}
- name: Publish pod to the CocoaPods
Expand Down

0 comments on commit f8c7f23

Please sign in to comment.