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 2690104 commit a57630fCopy full SHA for a57630f
.github/workflows/release.yml
@@ -21,9 +21,8 @@ jobs:
21
distribution: 'zulu'
22
cache: 'maven'
23
- name: Release
24
- run: ./mvnw --batch-mode deploy jreleaser:full-release
+ run: ./mvnw --batch-mode deploy jreleaser:sign jreleaser:deploy
25
env:
26
- JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
28
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
29
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
pom.xml
@@ -393,11 +393,6 @@
393
</nexus2>
394
</maven>
395
</deploy>
396
- <release>
397
- <github>
398
- <enabled>false</enabled>
399
- </github>
400
- </release>
401
</jreleaser>
402
</configuration>
403
</plugin>
0 commit comments