Skip to content

Commit

Permalink
[CHORE] changing workflow strategy (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Takashi <nicolas.takashi@coralogix.com>
  • Loading branch information
nicolastakashi authored Aug 23, 2023
1 parent 60d0217 commit e583e68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/helm-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
sed -i "s/appVersion:.*/appVersion: $TAG/" charts/coralogix-operator/Chart.yaml
sed -i "s/version:.*/version: $NEW_VERSION/" charts/coralogix-operator/Chart.yaml
git add charts/coralogix-operator/Chart.yaml
git commit -m "Bump version and update appVersion in Chart.yaml"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand All @@ -37,5 +34,7 @@ jobs:
title: "Bump version and update appVersion in Chart.yaml"
base: main
branch: update-chart-version-${{ github.ref_name }}
add-paths: |
charts/coralogix-operator/Chart.yaml
body: |
This pull request bumps the version and updates the appVersion in Chart.yaml to match the tag.

0 comments on commit e583e68

Please sign in to comment.