We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c4f0f1 + 519a3e7 commit f8c7f23Copy full SHA for f8c7f23
.github/workflows/build_frameworks.yml
@@ -94,6 +94,8 @@ jobs:
94
git add .
95
git commit -m "Update podspec repo tag:${{ github.event.release.tag_name }}"
96
git push
97
+ git tag v${{ github.event.release.tag_name }}
98
+ git push origin v${{ github.event.release.tag_name }}
99
env:
100
API_TOKEN_GITHUB: ${{ secrets.RIVE_REPO_PAT }}
101
- name: Publish pod to the CocoaPods
0 commit comments