Skip to content

Commit 3ed4a5a

Browse files
committed
Create a tag before sending to Cocoapods
1 parent 5698844 commit 3ed4a5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
ruby-version: '2.6'
6060
- run: |
6161
gem install cocoapods
62+
63+
git tag -a ${{ needs.check-release-tag.outputs.tag }} -m "${{ needs.check-release-tag.outputs.tag }}"
64+
git push origin ${{ needs.check-release-tag.outputs.tag }}
65+
6266
pod trunk push PusherSwift.podspec
6367
pod trunk push PusherSwiftWithEncryption.podspec
6468
env:

0 commit comments

Comments
 (0)