Update build.yml
This commit is contained in:
parent
843a060162
commit
39fc153b58
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -260,11 +260,11 @@ jobs:
|
|||
target_branch: main
|
||||
reviewer: Xikaro
|
||||
ignore_users: "dependabot"
|
||||
title: 'Release: ${{ needs.info.outputs.project_version }}'
|
||||
title: 'Release: ${{ steps.changelog.outputs.version }}'
|
||||
body: |
|
||||
**This is an automated Pull Request from the dev branch.**
|
||||
📃 **Name**: ${{ needs.info.outputs.project_name }}
|
||||
📃 **Release**: `${{ needs.info.outputs.project_version }}`
|
||||
📃 **Release**: `${{ steps.changelog.outputs.version }}`
|
||||
📃 **Release Type**: `${{ needs.info.outputs.release_type }}`
|
||||
|
||||
${{ needs.info.outputs.changelog }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue