Skip to content

Commit

Permalink
Merge pull request #395 from pusher/set-git-user
Browse files Browse the repository at this point in the history
Set git user before creating a tag
  • Loading branch information
fbenevides committed Jul 28, 2022
2 parents 64505b1 + 69098bd commit 4cf3559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -62,6 +62,9 @@ jobs:
ruby-version: '2.6'
- run: |
gem install cocoapods
git config user.email "pusher-ci@pusher.com"
git config user.name "Pusher CI"
git tag -a ${{ needs.build.outputs.tag }} -m "${{ needs.build.outputs.tag }}"
git push origin ${{ needs.build.outputs.tag }}
Expand Down

0 comments on commit 4cf3559

Please sign in to comment.