Skip to content

Commit adb0786

Browse files
Fix Helm CI
1 parent 1c4278c commit adb0786

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,18 @@ jobs:
307307
tags: ${{ steps.meta.outputs.tags }}
308308
labels: ${{ steps.meta.outputs.labels }}
309309
helm-publish:
310-
name: 🏗️ Package Helm chart
310+
name: 🚀 Publish Helm chart
311+
needs:
312+
- helm-package
311313
runs-on: ubuntu-latest
312314
steps:
313315
- name: 📥 Check-out
314316
uses: actions/checkout@v5
315-
- name: 📥 Download Python wheels
317+
- name: 📥 Download Helm chart
316318
uses: actions/download-artifact@v5
317319
with:
318320
name: helm-chart
321+
path: .
319322
- name: 🚀 Publish Helm chart
320323
run: helm push archive-query-log-*.tgz oci://${{ github.repository }}/charts
321324
github-release:

0 commit comments

Comments
 (0)