Skip to content

Commit

Permalink
ci: fixed github-actions git user details for version bump commits
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Aug 9, 2024
1 parent 58a6106 commit 903bf26
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 @@ -26,6 +26,8 @@ jobs:
poetry version $VERSION
- name: Commit version bump
run: |
git config --global user.name github-actions
git config --global user.email github-actions@github.com
if git diff --quiet; then
echo "No changes to commit"
else
Expand Down

0 comments on commit 903bf26

Please sign in to comment.
  NODES
COMMUNITY 1
Note 1
Project 3
USERS 1