From 1388c07680cea358f545ac973047c70c3994119e Mon Sep 17 00:00:00 2001 From: maurizio-cacace Date: Wed, 19 Apr 2023 18:16:19 +0200 Subject: [PATCH] hotfix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f77c4d825..1ccb52aa4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: release-demoshell: needs: [setup] timeout-minutes: 15 - if:github.event.pull_request.merged == true || $GITHUB_BRANCH == 'master' || $GITHUB_BRANCH == 'master-patch-*' + if: github.event.pull_request.merged == true || $GITHUB_BRANCH == 'master' || $GITHUB_BRANCH == 'master-patch-*' runs-on: ubuntu-22.04 steps: - name: Checkout repository