Skip to content

Commit

Permalink
setup git identity
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke committed Sep 25, 2024
1 parent ad0e53a commit bd6a5a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
VERSION=${{ github.event.inputs.druid-version }}-stackable${{ github.event.inputs.stackable-version }}
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Configure Git Identity
run: |
git config --global user.email "info@stackable.tech"
git config --global user.name "stacky-mcstackface"
- name: Run Maven Release Prepare
run: |
mvn -B release:prepare \
Expand Down

0 comments on commit bd6a5a7

Please sign in to comment.