Skip to content

Commit

Permalink
Fix extension release process
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Nov 14, 2023
1 parent 91f6d0b commit 729c12d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: ${{ env.APP_ROOT }}/charts/*
charts_dir: ./charts/*
env:
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
CR_SKIP_EXISTING: true
2 changes: 1 addition & 1 deletion dashboard/pkg/epinio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 729c12d

Please sign in to comment.