Update build.yml

This commit is contained in:
Xikaro 2025-04-19 01:50:54 +05:00
parent 692d0a444c
commit 0a4109055a

View file

@ -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 }}