We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd2b87 commit 9904a97Copy full SHA for 9904a97
.github/workflows/build.yml
@@ -26,9 +26,6 @@ jobs:
26
27
- name: Build
28
run: ./mvnw -B package --file pom.xml
29
- env:
30
- GITHUB_USERNAME: jruaux
31
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
33
- name: Show Reports
34
uses: actions/upload-artifact@v1
jreleaser.yml
@@ -11,10 +11,11 @@ project:
11
12
release:
13
github:
14
- branch: master
15
username: jruaux
16
overwrite: true
17
changelog:
+ contributors:
18
+ enabled: false
19
sort: DESC
20
formatted: ALWAYS
21
format: '- {{commitShortHash}} {{commitTitle}}'
0 commit comments