Skip to content

Commit

Permalink
chore(ci): let the author of the pre-releasing commit author the auto…
Browse files Browse the repository at this point in the history
…matic release commit
  • Loading branch information
gciatto committed May 5, 2024
1 parent b5102a6 commit 1c3cde6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- name: Commit version change
shell: bash
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add pyproject.toml
git commit -m "chore(release): v.$(poetry version --short) [skip ci]"
Expand Down

0 comments on commit 1c3cde6

Please sign in to comment.