Skip to content

Commit

Permalink
bufix: vrnsky-32. Fix step with setting github user
Browse files Browse the repository at this point in the history
  • Loading branch information
vrnsky committed Dec 3, 2024
1 parent eb2ff3c commit 11325d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
cache: maven
- name: Generate Changelog
run: mvn git-changelog-maven-plugin:git-changelog
- name: Configure Git user
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
- name: Commit Changelog
run: |
git add CHANGELOG.md
git commit -m "docs: update changelog for version ${{ github.event.inputs.releaseVersion }}"
git push origin main
- name: Configure Git user
run: |
git config user.email "actions@github.com"
git config user.name "GitHub Actions"
- name: Prepare Release
run: |
set -e
Expand Down

0 comments on commit 11325d9

Please sign in to comment.