We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e175db8 commit 0b45eedCopy full SHA for 0b45eed
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
./mvnw -B versions:set versions:commit -DnewVersion=$VERSION
53
git config --global user.email "${{ env.USER_EMAIL }}"
54
git config --global user.name "${{ env.USER_NAME }}"
55
- git commit -a -m "Releasing version $VERSION"
+ git commit -a -s -m "Releasing version $VERSION"
56
git push
57
58
- name: Release
@@ -61,8 +61,6 @@ jobs:
61
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
62
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
63
run: |
64
- GPG_TTY=$(tty)
65
- export GPG_TTY
66
./mvnw --no-transfer-progress -B --file pom.xml \
67
-Drepository.url=https://github.com/${{ github.repository }} \
68
-Dmaven.site.skip=true -Drelease=true deploy
0 commit comments