Skip to content

Commit baced5a

Browse files
committed
fix:: complete PR and add index
1 parent b1293a2 commit baced5a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/helm-chart-console.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
git remote set-url origin https://x-access-token:${{ secrets.PAT }}@github.com/${{ github.repository }}
6262
git checkout -b camel-dashboard-helm-charts-${{ inputs.version }}
6363
git add ./charts/camel-dashboard-console-${{ inputs.version }}.tgz
64+
git add ./charts/index.yaml
6465
git commit -m "chore: Release helm chart camel-dashboard-console ${{ inputs.version }}"
6566
git push origin camel-dashboard-helm-charts-${{ inputs.version }}
6667
@@ -71,4 +72,14 @@ jobs:
7172
token: ${{ secrets.PAT }}
7273
commit-message: "chore: Release helm chart camel-dashboard-console ${{ inputs.version }}"
7374
committer: github-actions[bot] <${GITHUB_ACTOR}@users.noreply.github.com>
74-
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
75+
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
76+
branch: camel-dashboard-helm-charts-${{ inputs.version }}
77+
delete-branch: true
78+
signoff: false
79+
draft: false
80+
title: 'chore: Release helm chart camel-dashboard-console ${{ inputs.version }}'
81+
body: |
82+
Helm chart from camel-tooling/camel-dashboard-console repository:
83+
- version ${{ inputs.version }}
84+
- ref ${{ inputs.ref }}
85+

0 commit comments

Comments
 (0)