Skip to content

Commit

Permalink
Try to update helm versionning
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Nov 19, 2024
1 parent 52a4337 commit 394265d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
git config --global user.email '[email protected]'
git add ${{ env.CHART_PATH }}/Chart.yaml
git commit -m "Update Helm chart version to ${{ steps.set_output.outputs.new_version }}"
git push origin HEAD:${{ github.head_ref }} # Push changes to the current branch
current_branch=$(git rev-parse --abbrev-ref HEAD)
git push origin $current_branch # Push changes to the current branch
- name: Create and push new tag
run: |
Expand Down

0 comments on commit 394265d

Please sign in to comment.