Skip to content

Commit

Permalink
use gh bot
Browse files Browse the repository at this point in the history
  • Loading branch information
yshavit committed Mar 2, 2025
1 parent 6f112aa commit 9dc7fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Commit changes
run: |
set -euo pipefail
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git checkout -b release-prep-${{ github.event.inputs.new_version }}
git commit -am "Update version to ${{ github.event.inputs.new_version }}"
git push --set-upstream origin release-prep-${{ github.event.inputs.new_version }}
Expand Down

0 comments on commit 9dc7fa1

Please sign in to comment.