Skip to content

Commit

Permalink
Address github user
Browse files Browse the repository at this point in the history
  • Loading branch information
aforward committed Sep 5, 2023
1 parent d486970 commit 975b4c8
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 @@ -12,6 +12,11 @@ jobs:
echo "Using OSSRH_USERNAME ${{ secrets.OSSRH_USERNAME }}"
echo "Using GH_USER ${{ secrets.GH_USER }}"
- name: Config git user
run: |
git config user.name ${{ github.actor }}
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: DRYRUN -- Release main POM
run: |
mvn -B -U -V -ntp release:prepare -DreleaseVersion=0.0 -Dtag=0.0 -DdevelopmentVersion=0.0 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
Expand Down

0 comments on commit 975b4c8

Please sign in to comment.