Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii29 committed Nov 26, 2024
1 parent 81d4041 commit 989ddb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,14 @@ jobs:
sed -i.bak "s/^version: .*/version: ${RELEASE_TAG}/" "$CHART_FILE"
sed -i.bak "s/^appVersion: .*/appVersion: ${RELEASE_TAG}/" "$CHART_FILE"
- name: Configure Git
- name: Commit and push changes
if: env.match == 'true'
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git add "${CHART_FILE}"
git commit -m "Update version to ${RELEASE_TAG}"
git push origin HEAD:main"
- name: Install Helm
uses: azure/setup-helm@v4
Expand Down

0 comments on commit 989ddb8

Please sign in to comment.