File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 version_type : ${{ steps.check.outputs.version_type }}
2727 loaders : ${{ steps.check.outputs.loaders }}
2828 game_versions : ${{ steps.check.outputs.game_versions }}
29- changelog : ${{ steps.check .outputs.changelog }}
29+ changelog : ${{ steps.changelog .outputs.description }}
3030 make_release : ${{ steps.check.outputs.make_release }}
3131 included : ${{ steps.pack_info.outputs.included }}
3232
5353
5454 - name : " [📖] Parse Changelog"
5555 id : changelog
56- uses : Xikaro/action- changelog-parser@main
56+ uses : coditory/ changelog-parser@v1.0.2
5757 continue-on-error : true
5858 with :
5959 path : " CHANGELOG.md"
@@ -132,11 +132,6 @@ jobs:
132132 | 📃 **Tag Exists** | `${{ steps.check.outputs.exists }}` |
133133 | 📃 **Make Release** | `${{ steps.check.outputs.make_release }}` |
134134
135- ### CHANGELOG
136- ```
137- ${{ steps.check.outputs.changelog }}
138- ```
139-
140135
141136
142137 build-project :
You can’t perform that action at this time.
0 commit comments