Skip to content

Commit

Permalink
chore: Fix invalid github action syntax (#3564)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals authored Mar 25, 2023
1 parent e7421c1 commit 8dd7217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8dd7217

Please sign in to comment.