Skip to content

Commit

Permalink
action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mguptahub committed Jun 13, 2024
1 parent af184a3 commit ff69f64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
if: github.ref_name != 'master'
run: |
flatBranchName=$(echo "${{ env.TARGET_BRANCH }}" | sed 's/\//\-/g')
sed -i "s/version: \(.*\)/version: \1-${flatBranchName}/" charts/plane-ce/Chart.yaml
sed -i "s/name: \(.*\)/name: \1-${flatBranchName}/" charts/plane-ce/Chart.yaml
# sed -i "s/version: \(.*\)/version: \1-${flatBranchName}/" charts/plane-ce/Chart.yaml
- name: Release Charts
uses: helm/[email protected]
Expand Down

0 comments on commit ff69f64

Please sign in to comment.