From 5f7f583223dbff36df9ecc22a6f975061dd58854 Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Sat, 25 Mar 2023 11:58:43 -0700 Subject: [PATCH] chore: Fix invalid github action syntax Signed-off-by: Achal Shah --- .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 d064842afc..ad66deaaf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: publish-web-ui-npm: - if: github.repository == 'feast-dev/feast' and github.event.inputs.publish_ui == 'true' + if: github.repository == 'feast-dev/feast' && github.event.inputs.publish_ui == 'true' needs: [validate_version_bumps, get_dry_release_versions] runs-on: ubuntu-latest env: