Skip to content

Commit

Permalink
Fix commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-p committed Nov 27, 2024
1 parent 877bb5d commit 971f407
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ jobs:
make publish
- name: Commit and Push Changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add gradle.properties
git commit -m "version ${{ steps.bump_version.outputs.version }}"
git tag "v${{ steps.bump_version.outputs.version }}"
Expand Down

0 comments on commit 971f407

Please sign in to comment.