Skip to content

Commit

Permalink
fix(ci/cd): add proper identity for git (#27)
Browse files Browse the repository at this point in the history
It was missing.
  • Loading branch information
karmingc authored Apr 22, 2023
1 parent 39a8725 commit c9919f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
git switch --create "bump/v${VERSION}"
git config user.name github-actions
git config user.email [email protected]
git add .version
git commit -m "chore: bump version to v${VERSION}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changes:
- type: patch
scope: fix/ci/cd
description: Missing identity for git.

0 comments on commit c9919f8

Please sign in to comment.