Update build.yml
This commit is contained in:
parent
6b8cfb63f9
commit
692d0a444c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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 && github.env.DEV_ENVIRONMENT }}
|
||||
release_exists: ${{ steps.check_tag.outputs.exists && env.DEV_ENVIRONMENT }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -192,6 +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' }}`
|
||||
|
||||
|
||||
${{ steps.changelog.outputs.description }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue