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:
16
16
- name : " Checkout"
17
17
uses : " actions/checkout@v2"
18
18
19
- - name : " Generate release changelog"
20
- id : generate-release- changelog
21
- uses :
heinrichreimer/github- changelog-generator[email protected]
19
+ - name : Generate changelog
20
+ id : changelog
21
+ uses : metcalfc/ changelog-generator@v0.4.4
22
22
with :
23
- token : ${{ secrets.GITHUB_TOKEN }}
24
- onlyLastTag : " true"
25
- stripHeaders : " true"
26
- stripGeneratorNotice : " true"
23
+ myToken : ${{ secrets.GITHUB_TOKEN }}
27
24
28
25
- name : " Create release"
29
26
id : create-release
33
30
with :
34
31
tag_name : ${{ github.ref }}
35
32
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