Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
git commit -m "Bump chart version to $NEW_VERSION [skip ci]"
git push

- name: Build chart dependencies
run: helm repo add jetstack https://charts.jetstack.io && helm dependency build ./helm/temporal-worker-controller

- name: Package and Push Helm charts
run: |
# Use version from previous step
Expand Down
Loading