Skip to content

Commit

Permalink
gh action: fix commit condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 17, 2024
1 parent 2f6a752 commit b82d7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
sed -i 's/version: '"$CURRENT_VERSION"'/version: '"$NEW_VERSION"'/' "$CHART_PATH"
- name: Commit files and push it
if: github.event_name == 'workflow_call'
run: |
git add .
git commit -m "chore: bump chart version"
Expand Down

0 comments on commit b82d7d4

Please sign in to comment.