Skip to content

Commit 69098bd

Browse files
committed
Set git user before creating a tag
1 parent 64505b1 commit 69098bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
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 "pusher-ci@pusher.com"
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)