From 46634beabde93bf53f89df3fdfcb7e7e1bcbada5 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Sun, 27 Apr 2025 12:34:13 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4b4ce519..bc2d45695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,11 +159,11 @@ jobs: version: ${{ steps.determine_version.outputs.version }} continue-on-error: true - - name: 🔍 Check if changelog is empty + - name: 🔍 Check id: check shell: bash run: | - if [ ${{ env.DEV_ENVIRONMENT || steps.changelog.outcome == 'failure' }} ]; then + if ${{ env.DEV_ENVIRONMENT == 'true' || steps.changelog.outcome == 'failure' }}; then echo "version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT echo "status=Unreleased" >> $GITHUB_OUTPUT else