diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 548fccef2..a5ae6f581 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -194,7 +194,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: dev target_branch: main - title: 'Release: ${{ steps.check.outputs.project_version }}' + title: 'Release: ${{ steps.changelog.outputs.version }}' body: | **This is an automated Pull Request from the dev branch.** @@ -203,9 +203,9 @@ jobs: 📃 **Release Type**: `${{ steps.pakku_info.outputs.release_type }}` 📃 **Game Version**: `${{ steps.check.outputs.minecraft_version }}` - ${{ steps.changelog_dev.outputs.description }} + ${{ steps.changelog.outputs.description }} ${{ steps.format_diff.outputs.text }} - reviewer: project-lead + reviewer: Xikaro ignore_users: "dependabot" - name: 📝 Generate Github Summary