diff --git a/.gitea/workflows/release-charts-cloudflared.yml b/.gitea/workflows/release-charts-cloudflared.yml index 442ec29..9bc15da 100644 --- a/.gitea/workflows/release-charts-cloudflared.yml +++ b/.gitea/workflows/release-charts-cloudflared.yml @@ -41,6 +41,7 @@ jobs: - name: Extract Chart Metadata run: | + cd charts/generic-device-plugin CHART_VERSION=$(yq '.version' Chart.yaml) CHART_NAME=$(yq '.name' Chart.yaml) diff --git a/.gitea/workflows/release-charts-generic-device-plugin.yml b/.gitea/workflows/release-charts-generic-device-plugin.yml index 6cd428d..f1ddd0c 100644 --- a/.gitea/workflows/release-charts-generic-device-plugin.yml +++ b/.gitea/workflows/release-charts-generic-device-plugin.yml @@ -41,6 +41,7 @@ jobs: - name: Extract Chart Metadata run: | + cd charts/generic-device-plugin CHART_VERSION=$(yq '.version' Chart.yaml) CHART_NAME=$(yq '.name' Chart.yaml) diff --git a/.gitea/workflows/release-charts-postgres-cluster.yml b/.gitea/workflows/release-charts-postgres-cluster.yml index acc48ce..beb0afd 100644 --- a/.gitea/workflows/release-charts-postgres-cluster.yml +++ b/.gitea/workflows/release-charts-postgres-cluster.yml @@ -41,6 +41,7 @@ jobs: - name: Extract Chart Metadata run: | + cd charts/generic-device-plugin CHART_VERSION=$(yq '.version' Chart.yaml) CHART_NAME=$(yq '.name' Chart.yaml)