File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,11 @@ jobs:
1616 - name : " Checkout"
1717 uses : " actions/checkout@v2"
1818
19- - name : " Generate release changelog"
20- id : generate-release- changelog
21- uses : heinrichreimer/github- changelog-generator-action@v2.2
19+ - name : Generate changelog
20+ id : changelog
21+ uses : metcalfc/ changelog-generator@v0.4.4
2222 with :
23- token : ${{ secrets.GITHUB_TOKEN }}
24- onlyLastTag : " true"
25- stripHeaders : " true"
26- stripGeneratorNotice : " true"
23+ myToken : ${{ secrets.GITHUB_TOKEN }}
2724
2825 - name : " Create release"
2926 id : create-release
3330 with :
3431 tag_name : ${{ github.ref }}
3532 release_name : ${{ github.ref }}
36- body : ${{ steps.generate-release- changelog.outputs.changelog }}
33+ body : ${{ steps.changelog.outputs.changelog }}
You can’t perform that action at this time.
0 commit comments