ci: syncing up helm release for the new structure

This commit is contained in:
Aditya
2025-02-27 02:45:18 +05:30
parent e630188db4
commit ca0f380ca6
+4 -1
View File
@@ -10,7 +10,7 @@ on:
branches:
- nightly
paths:
- "charts/**"
- "functions/kubernetes/charts/**"
permissions:
contents: read
@@ -57,6 +57,9 @@ jobs:
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_OUTPUT
echo "APP_VERSION=${APP_VERSION}" >> $GITHUB_OUTPUT
- name: Change directory
run: cd functions/kubernetes
- name: Update helm dependencies
run: helm dependency update ./charts/shuffle