Skip to content

Commit 8f64393

Browse files
committed
Made sure the upload is only done at the root module.
1 parent ba56d9c commit 8f64393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
env:
9494
JRELEASER_GPG_PASSPHRASE: ${{ env.MAVEN_GPG_PASSPHRASE }}
9595
JRELEASER_GPG_SECRET_KEY: ${{ env.MAVEN_GPG_PRIVATE_KEY }}
96-
run: mvn jreleaser:deploy -Djreleaser.output.directory=out -ntp
96+
run: mvn jreleaser:deploy -Djreleaser.output.directory=out -ntp -N
9797
- name: Upload JReleaser output
9898
if: always()
9999
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)