File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ jobs:
52
52
if : ${{ steps.draft.outputs.tag_name }}
53
53
uses : stefanzweifel/changelog-updater-action@v1
54
54
with :
55
- latest-version : ${{ steps.release .outputs.tag_name }}
56
- release-notes : ${{ steps.release .outputs.body }}
55
+ latest-version : ${{ steps.draft .outputs.tag_name }}
56
+ release-notes : ${{ steps.draft .outputs.body }}
57
57
hide-release-date : true
58
58
parse-github-usernames : true
59
59
- name : Create pull request
60
60
if : ${{ steps.draft.outputs.tag_name }}
61
61
uses : peter-evans/create-pull-request@v7
62
62
with :
63
63
add-paths : CHANGELOG.md
64
- commit-message : " chore(release): release ${{ steps.release .outputs.tag_name }}"
65
- title : " chore(release): release ${{ steps.release .outputs.tag_name }}"
66
- body : " Update changelog with release notes for ${{ steps.release .outputs.tag_name }}."
64
+ commit-message : " chore(release): release ${{ steps.draft .outputs.tag_name }}"
65
+ title : " chore(release): release ${{ steps.draft .outputs.tag_name }}"
66
+ body : " Update changelog with release notes for ${{ steps.draft .outputs.tag_name }}."
67
67
branch : changelog
68
68
labels : changelog
69
69
token : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments