Skip to content

Commit 4cf3559

Browse files
authored
Merge pull request #395 from pusher/set-git-user
Set git user before creating a tag
2 parents 64505b1 + 69098bd commit 4cf3559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
ruby-version: '2.6'
6363
- run: |
6464
gem install cocoapods
65+
66+
git config user.email "[email protected]"
67+
git config user.name "Pusher CI"
6568
6669
git tag -a ${{ needs.build.outputs.tag }} -m "${{ needs.build.outputs.tag }}"
6770
git push origin ${{ needs.build.outputs.tag }}

0 commit comments

Comments
 (0)