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 864b53f commit d6fcfb0Copy full SHA for d6fcfb0
.github/workflows/release.yml
@@ -64,5 +64,5 @@ jobs:
64
GPG_TTY=$(tty)
65
export GPG_TTY
66
./mvnw --no-transfer-progress -B --file pom.xml \
67
- -Drepository.url=https://${{ env.USER_ID }}:${{ secrets.GH_BOT_TOKEN }}@github.com/${{ github.repository }} \
+ -Drepository.url=https://github.com/${{ github.repository }} \
68
-Dmaven.site.skip=true -Drelease=true deploy
0 commit comments