Skip to content

Commit 519a3e7

Browse files
committed
adding the v for version
1 parent 8078750 commit 519a3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_frameworks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +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 ${{ github.event.release.tag_name }}
98-
git push origin ${{ github.event.release.tag_name }}
97+
git tag v${{ github.event.release.tag_name }}
98+
git push origin v${{ github.event.release.tag_name }}
9999
env:
100100
API_TOKEN_GITHUB: ${{ secrets.RIVE_REPO_PAT }}
101101
- name: Publish pod to the CocoaPods

0 commit comments

Comments
 (0)