Skip to content

Commit a57630f

Browse files
Configured JReleaser Sign and Deploy Goals
1 parent 2690104 commit a57630f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
distribution: 'zulu'
2222
cache: 'maven'
2323
- name: Release
24-
run: ./mvnw --batch-mode deploy jreleaser:full-release
24+
run: ./mvnw --batch-mode deploy jreleaser:sign jreleaser:deploy
2525
env:
26-
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
2827
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
2928
JRELEASER_GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,6 @@
393393
</nexus2>
394394
</maven>
395395
</deploy>
396-
<release>
397-
<github>
398-
<enabled>false</enabled>
399-
</github>
400-
</release>
401396
</jreleaser>
402397
</configuration>
403398
</plugin>

0 commit comments

Comments
 (0)