Update build.yml
This commit is contained in:
parent
6638cba2d2
commit
4ad2cd13cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
id: check
|
||||
shell: bash
|
||||
run: |
|
||||
if [ ${{ env.DEV_ENVIRONMENT }} || ${{ steps.changelog.outcome }} == 'failure' ]; then
|
||||
if [ ${{ env.DEV_ENVIRONMENT || 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