Skip to content

Commit 160b199

Browse files
committed
fix(release): run jrelease on a single mvn module
1 parent 80e7ded commit 160b199

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/early-access.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ jobs:
5555

5656
- name: 'Download all artifacts'
5757
uses: actions/download-artifact@v4
58-
with:
59-
path: artifacts
60-
merge-multiple: true
6158

6259
- name: 'Set up Java'
6360
uses: actions/setup-java@v3
@@ -84,7 +81,7 @@ jobs:
8481
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
8582
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
8683
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
8885

8986
- name: 'JReleaser output'
9087
if: always()

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.GPG_PUBLIC_KEY }}
193193
JRELEASER_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
194194
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
196196

197197
- name: 'JReleaser output'
198198
if: always()

0 commit comments

Comments
 (0)