Skip to content

Commit 3150f49

Browse files
committed
Update build.yml
1 parent b9d7fa0 commit 3150f49

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

@@ -53,7 +53,7 @@ jobs:
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:

0 commit comments

Comments
 (0)