We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140acef commit 80651c0Copy full SHA for 80651c0
1 file changed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
git push
63
64
- name: Run JReleaser
65
- run: ./mvnw --no-transfer-progress --batch-mode jreleaser:full-release
+ run: ./mvnw --no-transfer-progress --batch-mode -N jreleaser:full-release
66
67
- name: Set next development version
68
run: |
0 commit comments