Skip to content

Commit

Permalink
Merge pull request #65 from shunichironomura/gh-action/setup-git-user…
Browse files Browse the repository at this point in the history
…-config

Configure git user for github-actions in release workflow
  • Loading branch information
shunichironomura authored Jul 12, 2023
2 parents 3a82512 + f013d7c commit 3aa1405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Create a Git tag
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions"
git fetch --tags
git tag --annotate "v${{ steps.get-version.outputs.version }}" --message="v${{ steps.get-version.outputs.version }}"
git push origin "v${{ steps.get-version.outputs.version }}"
Expand Down

0 comments on commit 3aa1405

Please sign in to comment.