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.
2 parents 64505b1 + 69098bd commit 4cf3559Copy full SHA for 4cf3559
.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