Skip to content

Commit 8dd7217

Browse files
authored
chore: Fix invalid github action syntax (feast-dev#3564)
Signed-off-by: Achal Shah <achals@gmail.com>
1 parent e7421c1 commit 8dd7217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393

9494
publish-web-ui-npm:
95-
if: github.repository == 'feast-dev/feast' and github.event.inputs.publish_ui == 'true'
95+
if: github.repository == 'feast-dev/feast' && github.event.inputs.publish_ui == 'true'
9696
needs: [validate_version_bumps, get_dry_release_versions]
9797
runs-on: ubuntu-latest
9898
env:

0 commit comments

Comments
 (0)