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 fac5070 commit cd30035Copy full SHA for cd30035
1 file changed
.github/workflows/release.yml
@@ -29,4 +29,4 @@ jobs:
29
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
30
appid: ${{ secrets.APPID }}
31
token: ${{ secrets.TOKEN }}
32
- run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -Dappid=${appid} -Dtoken=${token}
+ run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -P release
0 commit comments