Skip to content

Commit

Permalink
adding tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtalbot committed Jun 1, 2021
1 parent e4a1f2a commit 8078750
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 ${{ github.event.release.tag_name }}
git push origin ${{ 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 8078750

Please sign in to comment.