Update build.yml
This commit is contained in:
parent
78a1f7e7d8
commit
0333cd89c8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue