We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64505b1 commit 69098bdCopy full SHA for 69098bd
.github/workflows/release.yml
@@ -62,6 +62,9 @@ jobs:
62
ruby-version: '2.6'
63
- run: |
64
gem install cocoapods
65
+
66
+ git config user.email "[email protected]"
67
+ git config user.name "Pusher CI"
68
69
git tag -a ${{ needs.build.outputs.tag }} -m "${{ needs.build.outputs.tag }}"
70
git push origin ${{ needs.build.outputs.tag }}
0 commit comments