Update build.yml
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user