Skip to content

Commit ff7aa75

Browse files
authored
Merge pull request #391 from pusher/fix-pod-release
Create a tag before sending to Cocoapods
2 parents 3e90aad + 3ed4a5a commit ff7aa75

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)