Skip to content

Commit cd30035

Browse files
committed
publish
1 parent fac5070 commit cd30035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
3030
appid: ${{ secrets.APPID }}
3131
token: ${{ secrets.TOKEN }}
32-
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -Dappid=${appid} -Dtoken=${token}
32+
run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -P release

0 commit comments

Comments
 (0)