Skip to content

Commit f177b04

Browse files
authored
bug(release) Change version path
1 parent 837cbc5 commit f177b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Update Helm App/Chart Version
2222
shell: bash
2323
run: |
24-
sed -i "s/^version: .*/version: ${{ steps.extract_version.outputs.VERSION }}/g" deploy/charts/ejbca-cert-manager-issuer/Chart.yaml
25-
sed -i "s/^appVersion: .*/appVersion: \"${{ steps.extract_version.outputs.VERSION }}\"/g" deploy/charts/ejbca-cert-manager-issuer/Chart.yaml
24+
sed -i "s/^version: .*/version: ${{ steps.extract_version.outputs.VERSION }}/g" deploy/charts/command-cert-manager-issuer/Chart.yaml
25+
sed -i "s/^appVersion: .*/appVersion: \"${{ steps.extract_version.outputs.VERSION }}\"/g" deploy/charts/command-cert-manager-issuer/Chart.yaml
2626
2727
- name: Configure Git
2828
run: |
@@ -40,4 +40,4 @@ jobs:
4040
pages_branch: gh-pages
4141
charts_dir: deploy/charts
4242
mark_as_latest: true
43-
packages_with_index: true
43+
packages_with_index: true

0 commit comments

Comments
 (0)