File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 49
49
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.GPG_PUBLIC_KEY }}
50
50
JRELEASER_GPG_SECRET_KEY : ${{ secrets.GPG_SECRET_KEY }}
51
51
JRELEASER_GPG_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
52
+ GPG_SECRET_KEY : ${{ secrets.GPG_SECRET_KEY }}
53
+ SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
52
54
53
55
- name : Publish to Maven Central Portal
54
56
id : publish
60
62
JRELEASER_GPG_SECRET_KEY : ${{ secrets.GPG_SECRET_KEY }}
61
63
JRELEASER_GPG_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
62
64
JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
+ GPG_SECRET_KEY : ${{ secrets.GPG_SECRET_KEY }}
66
+ SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
63
67
64
68
- name : Query Central Portal for validation errors
65
69
if : failure()
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ jreleaser {
46
46
active = Active .ALWAYS
47
47
armored = true
48
48
artifacts = true
49
+ files = true
49
50
}
50
51
51
52
deploy {
You can’t perform that action at this time.
0 commit comments