Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kkb0318 committed Jun 1, 2024
1 parent 69b64bc commit 43a7b7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
uses: azure/setup-helm@v3
- name: sed
run: |
sed -i "s/CHART_VERSION/${{ github.ref_name }}/" charts/kom/Chart.yaml
sed -i "s/APP_VERSION/${{ github.ref_name }}/" charts/kom/Chart.yaml
sed -i "s/APP_VERSION/${{ github.ref_name }}/" charts/kom/values.yaml
sed -i "s/CHART_VERSION/${{ github.ref_name }}/" charts/irsa-manager/Chart.yaml
sed -i "s/APP_VERSION/${{ github.ref_name }}/" charts/irsa-manager/Chart.yaml
sed -i "s/APP_VERSION/${{ github.ref_name }}/" charts/irsa-manager/values.yaml
- name: Run chart-releaser
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 43a7b7d

Please sign in to comment.