Update build.yml
This commit is contained in:
parent
5ea8eac6aa
commit
a752914a5e
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -188,13 +188,14 @@ jobs:
|
|||
|
||||
- name: 🔍 Create Pull Request if tag not found
|
||||
id: create_pr
|
||||
if: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'true' && 1 != 1 }}
|
||||
if: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT == 'true'}}
|
||||
uses: peter-evans/create-pull-request@v7.0.8
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
title: 'Release: ${{ steps.check.outputs.project_version }}'
|
||||
body: |
|
||||
'This is an automated Pull Request from the dev branch.'
|
||||
**This is an automated Pull Request from the dev branch.**
|
||||
|
||||
📃 **Name**: ${{ steps.check.outputs.project_name }}
|
||||
📃 **Release**: `${{ steps.check.outputs.project_version }}`
|
||||
📃 **Release Type**: `${{ steps.check.outputs.release_type }}`
|
||||
|
|
@ -202,8 +203,8 @@ jobs:
|
|||
|
||||
${{ steps.changelog_dev.outputs.description }}
|
||||
${{ steps.format_diff.outputs.text }}
|
||||
head: dev
|
||||
base: main
|
||||
branch: dev
|
||||
team-reviewers: project-lead
|
||||
|
||||
- name: 📝 Generate Github Summary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue