Update build.yml
This commit is contained in:
parent
4ad8117e3f
commit
46634beabd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue