Skip to content

Commit

Permalink
chore: configure git user and email for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Nov 15, 2023
1 parent 7e66e76 commit 2aa2899
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 @@ -27,6 +27,8 @@ jobs:
- name: Update version to stable
shell: bash
run: |
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
./mvnw tycho-versions:set-version -DnewVersion=$RELEASE_VERSION
git add -u
git commit -m "Prepare for release v$RELEASE_VERSION"
Expand Down

0 comments on commit 2aa2899

Please sign in to comment.