Skip to content

Commit 0b45eed

Browse files
committed
Sign automated commits
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent e175db8 commit 0b45eed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
./mvnw -B versions:set versions:commit -DnewVersion=$VERSION
5353
git config --global user.email "${{ env.USER_EMAIL }}"
5454
git config --global user.name "${{ env.USER_NAME }}"
55-
git commit -a -m "Releasing version $VERSION"
55+
git commit -a -s -m "Releasing version $VERSION"
5656
git push
5757
5858
- name: Release
@@ -61,8 +61,6 @@ jobs:
6161
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
6262
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
6363
run: |
64-
GPG_TTY=$(tty)
65-
export GPG_TTY
6664
./mvnw --no-transfer-progress -B --file pom.xml \
6765
-Drepository.url=https://github.com/${{ github.repository }} \
6866
-Dmaven.site.skip=true -Drelease=true deploy

0 commit comments

Comments
 (0)