Skip to content

Commit

Permalink
Add GitHub email and name
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Oct 7, 2024
1 parent c65d77a commit 18b7bc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mvn-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
MAVEN_USERNAME: ${env.GITHUB_ACTOR}
MAVEN_PASSWORD: ${env.GITHUB_TOKEN}
run: |
git config user.name github-actions
git config user.email [email protected]
# Get the release version from the pom.xml before the next snapshot increment
VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout | sed "s/-SNAPSHOT//")
echo "version=${VERSION}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 18b7bc9

Please sign in to comment.