Skip to content

Commit

Permalink
Setup CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Aug 1, 2024
1 parent 3a246b0 commit f39ee87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "software_version=$(poetry version | awk '{print $2}')" >> $GITHUB_ENV
- name: Commit Version Bump
run: |
git config --global user.name 'l2ss-py bot'
git config --global user.email 'l2ss-py@noreply.github.com'
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git commit -am "/version ${{ env.software_version }}"
git push

0 comments on commit f39ee87

Please sign in to comment.