We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8112db5 commit 548bed9Copy full SHA for 548bed9
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
88
publish-web-ui-npm:
89
if: github.repository == 'feast-dev/feast'
90
- needs: validate_version_bumps
+ needs: [validate_version_bumps, get_dry_release_versions]
91
runs-on: ubuntu-latest
92
env:
93
# This publish is working using an NPM automation token to bypass 2FA
0 commit comments