Skip to content

Commit

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

0 comments on commit 5222ea9

Please sign in to comment.