Skip to content

Commit 548bed9

Browse files
authored
fix: Fix workflow to contain env vars (#3379)
* Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> * Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> * Fix Signed-off-by: Kevin Zhang <kzhang@tecton.ai> Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent 8112db5 commit 548bed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
publish-web-ui-npm:
8989
if: github.repository == 'feast-dev/feast'
90-
needs: validate_version_bumps
90+
needs: [validate_version_bumps, get_dry_release_versions]
9191
runs-on: ubuntu-latest
9292
env:
9393
# This publish is working using an NPM automation token to bypass 2FA

0 commit comments

Comments
 (0)