Update build.yml

This commit is contained in:
Xikaro 2025-04-19 01:57:34 +05:00
parent 0a4109055a
commit 31adef602c

View file

@ -26,7 +26,7 @@ jobs:
changelog: ${{ steps.changelog.outputs.description }}
diff: ${{ steps.read_diff.outputs.diff }}
exists: ${{ steps.check_tag.outputs.exists }}
release_exists: ${{ steps.check_tag.outputs.exists && env.DEV_ENVIRONMENT }}
release_exists: ${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT }}
steps:
- name: Checkout
@ -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 && env.DEV_ENVIRONMENT }}`
📃 **A release will be made**: `${{ steps.check_tag.outputs.exists == 'false' && env.DEV_ENVIRONMENT }}`
${{ steps.changelog.outputs.description }}