Skip to content

Commit 3ee0b9e

Browse files
ci: Add dry run capability to web UI release (feast-dev#3605)
Add skip web ui flag Signed-off-by: Felix Wang <[email protected]>
1 parent be3e349 commit 3ee0b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: yarn build:lib
117117
- name: Publish UI package
118118
working-directory: ./ui
119+
if: github.event.inputs.dry_run == 'false'
119120
run: npm publish
120121
env:
121122
# This publish is working using an NPM automation token to bypass 2FA

0 commit comments

Comments
 (0)