File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 55
55
56
56
- name : ' Download all artifacts'
57
57
uses : actions/download-artifact@v4
58
- with :
59
- path : artifacts
60
- merge-multiple : true
61
58
62
59
- name : ' Set up Java'
63
60
uses : actions/setup-java@v3
84
81
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.GPG_PUBLIC_KEY }}
85
82
JRELEASER_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
86
83
JRELEASER_GPG_SECRET_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
87
- run : ./mvnw -ntp -B --file ./pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release
84
+ run : ./mvnw -ntp -B --file ./connect-file-pulse-plugin/ pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release
88
85
89
86
- name : ' JReleaser output'
90
87
if : always()
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192
192
JRELEASER_GPG_PUBLIC_KEY : ${{ secrets.GPG_PUBLIC_KEY }}
193
193
JRELEASER_GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
194
194
JRELEASER_GPG_SECRET_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
195
- run : ./mvnw -ntp -B --file ./pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release
195
+ run : ./mvnw -ntp -B --file ./connect-file-pulse-plugin/ pom.xml -Prelease -DartifactsDir=artifacts jreleaser:full-release
196
196
197
197
- name : ' JReleaser output'
198
198
if : always()
You can’t perform that action at this time.
0 commit comments