Skip to content

Commit 129c54a

Browse files
committed
Fix heylogs parameters
1 parent 11650a6 commit 129c54a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/heylogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: s4u/setup-maven-action@v1.18.0
1515

1616
- name: Scan changelog
17-
run: mvn -U com.github.nbbrd.heylogs:heylogs-maven-plugin::scan -Dheylogs.output.file=scan.json -Dheylogs.format.id=json
17+
run: mvn -U com.github.nbbrd.heylogs:heylogs-maven-plugin::scan -Dheylogs.outputFile=scan.json
1818

1919
- name: Create badges endpoint json
2020
run: |

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,9 @@
705705
<goals>
706706
<goal>extract</goal>
707707
</goals>
708+
<configuration>
709+
<outputFile>${project.build.directory}/CHANGELOG.md</outputFile>
710+
</configuration>
708711
</execution>
709712
</executions>
710713
</plugin>

0 commit comments

Comments
 (0)