Skip to content

Commit 61a3be6

Browse files
ci: Move publish_ui flag to correct location (feast-dev#3606)
Move `publish_ui` flag to correct location Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 3ee0b9e commit 61a3be6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

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

9393

9494
publish-web-ui-npm:
95-
if: github.repository == 'feast-dev/feast' && github.event.inputs.publish_ui == 'true'
9695
needs: [validate_version_bumps, get_dry_release_versions]
9796
runs-on: ubuntu-latest
9897
env:
@@ -116,7 +115,7 @@ jobs:
116115
run: yarn build:lib
117116
- name: Publish UI package
118117
working-directory: ./ui
119-
if: github.event.inputs.dry_run == 'false'
118+
if: github.event.inputs.dry_run == 'false' && github.event.inputs.publish_ui == 'true'
120119
run: npm publish
121120
env:
122121
# This publish is working using an NPM automation token to bypass 2FA

0 commit comments

Comments
 (0)