Skip to content

Commit

Permalink
ci: set author and email explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvx committed Nov 22, 2023
1 parent 8f1a6f3 commit cbcbdb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
add: 'CHANGELOG.md'
author_name: johanvx
author_email: 61529310+johanvx@users.noreply.github.com
message: "release: update changelog for ${{ needs.check-version.outputs.version }} release"
- name: Add tag
uses: mathieudutour/github-tag-action@v6.1
Expand Down

0 comments on commit cbcbdb4

Please sign in to comment.