Skip to content

Commit 9d5034c

Browse files
Add call to helm chart release
1 parent adf8a07 commit 9d5034c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release-sourcebot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,12 @@ jobs:
361361
--generate-notes \
362362
--latest
363363
364+
update-helm-chart:
365+
needs: finalize-release
366+
uses: sourcebot-dev/sourcebot-helm-chart/.github/workflows/update-sourcebot-version.yaml@main
367+
364368
cleanup:
365-
needs: [prepare-release, build, finalize-release]
369+
needs: [prepare-release, build, finalize-release, update-helm-chart]
366370
if: always() && needs.prepare-release.outputs.temp_branch != ''
367371
runs-on: ubuntu-latest
368372
permissions:
@@ -377,7 +381,7 @@ jobs:
377381
app-id: ${{ secrets.RELEASE_APP_ID }}
378382
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
379383

380-
- name: Checkout temporary branch
384+
- name: Checkout repository
381385
uses: actions/checkout@v4
382386
with:
383387
fetch-depth: 0

0 commit comments

Comments
 (0)