From 6b58168622a657932a64d4629470b287717de248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Fernando=20Carri=C3=B3n?= Date: Thu, 5 Feb 2026 13:19:33 +0100 Subject: [PATCH] Fix releaser action --- .github/workflows/release.yaml | 13 +++++++++++++ Chart.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7252a68..dbda848 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,6 +22,19 @@ jobs: with: fetch-depth: 0 fetch-tags: true + ref: main + + - name: Create Charts Dir + run: | + mkdir charts + + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true + ref: main + path: charts/comet-common - name: Configure Git run: | diff --git a/Chart.yaml b/Chart.yaml index 4cec851..8bf3211 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,4 +15,4 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.0