Skip to content

Commit

Permalink
fix: Fix workflow to contain env vars (#3379)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
kevjumba authored Dec 5, 2022
1 parent 8112db5 commit 548bed9
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 @@ -87,7 +87,7 @@ jobs:

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

0 comments on commit 548bed9

Please sign in to comment.