From 729c12dfdd2ed468916faa28d56c55fb758cdae5 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Tue, 14 Nov 2023 10:51:04 +0000 Subject: [PATCH] Fix extension release process --- .github/workflows/dashboard-build-extension.yml | 2 +- dashboard/pkg/epinio/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dashboard-build-extension.yml b/.github/workflows/dashboard-build-extension.yml index b86d1cc..6d06ee7 100644 --- a/.github/workflows/dashboard-build-extension.yml +++ b/.github/workflows/dashboard-build-extension.yml @@ -124,7 +124,7 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.1 with: - charts_dir: ${{ env.APP_ROOT }}/charts/* + charts_dir: ./charts/* env: CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}' CR_SKIP_EXISTING: true diff --git a/dashboard/pkg/epinio/package.json b/dashboard/pkg/epinio/package.json index a242e4a..8fe09cf 100644 --- a/dashboard/pkg/epinio/package.json +++ b/dashboard/pkg/epinio/package.json @@ -2,7 +2,7 @@ "name": "epinio", "description": "Application Development Engine for Kubernetes", "icon": "https://raw.githubusercontent.com/rancher/dashboard/0b6cbe93e9ed3292294da178f119a500cc494db9/pkg/epinio/assets/logo-epinio.svg", - "version": "1.11.0-0", + "version": "1.11.0-1", "private": false, "rancher": true, "license": "Apache-2.0",