Update build.yml
This commit is contained in:
parent
692d0a444c
commit
0a4109055a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -192,7 +192,7 @@ jobs:
|
|||
|
||||
📃 **Dev Environment**: `${{ env.DEV_ENVIRONMENT }}`
|
||||
📃 **Tag Exists**: `${{ steps.check_tag.outputs.exists }}`
|
||||
📃 **A release will be made**: `${{ steps.check_tag.outputs.exists == 'true' && env.DEV_ENVIRONMENT == 'false' }}`
|
||||
📃 **A release will be made**: `${{ steps.check_tag.outputs.exists && env.DEV_ENVIRONMENT }}`
|
||||
|
||||
|
||||
${{ steps.changelog.outputs.description }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue