File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,10 @@ jobs:
124
124
token : ${{ secrets.GITHUB_TOKEN }}
125
125
branch : " 1.x"
126
126
127
- - name : Prepare changelog release notes
128
- id : changelog-notes
129
- run : |
130
- echo "release-notes=#${{ steps.notes.outputs.release-notes }}" >> $GITHUB_OUTPUT
131
-
132
127
- name : Update Changelog
133
128
uses : stefanzweifel/changelog-updater-action@v1
134
129
with :
135
- release-notes : ${{ steps.changelog- notes.outputs.release-notes }}
130
+ release-notes : " # ${{ steps.notes.outputs.release-notes }}"
136
131
latest-version : " v${{ steps.bump-version.outputs.version }}"
137
132
compare-url-target-revision : " 1.x"
138
133
parse-github-usernames : true
Original file line number Diff line number Diff line change 1
- 1.13.1
1
+ 1.13.0
You can’t perform that action at this time.
0 commit comments