Skip to content

Commit 70251df

Browse files
committed
Fix heylogs parameters
1 parent b6ca40c commit 70251df

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
@@ -773,6 +773,9 @@
773773
<goals>
774774
<goal>extract</goal>
775775
</goals>
776+
<configuration>
777+
<outputFile>${project.build.directory}/CHANGELOG.md</outputFile>
778+
</configuration>
776779
</execution>
777780
</executions>
778781
</plugin>

0 commit comments

Comments
 (0)