diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d064842afcb..ad66deaaf25 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: