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 40be1f9 commit cd2cdf3Copy full SHA for cd2cdf3
.github/workflows/release.yml
@@ -49,7 +49,6 @@ jobs:
49
with:
50
distribution: "temurin"
51
java-version: 11
52
- gpg-private-key: ${{ secrets.gpg_private_key }}
53
gpg-passphrase: MAVEN_GPG_PASSPHRASE
54
- name: GitHub Release
55
run: mvn --batch-mode clean source:jar javadoc:jar deploy -P github,release -DskipTests
0 commit comments