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 b4d2faa commit 42229f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Check Tag
id: check-tag
Expand All @@ -36,8 +38,8 @@ jobs:
- name: Commit and push changes
if: env.match == 'true'
run: |
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git config user.name "release"
git config user.email "release@release.com"
git add "${CHART_FILE}"
git commit -m "Update version to ${RELEASE_TAG}"
Expand Down

0 comments on commit 42229f6

Please sign in to comment.