Skip to content

Commit

Permalink
fix: bad git command in chart release step
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 22, 2024
1 parent 7b24720 commit 3ed91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
git config --global user.email "chart-bumper@otf.ninja"
git config --global user.name "Chart bumper"
git checkout -b new-otf-version-${{ needs.release-please.outputs.tag_name }}
git a -A
git add -A
git commit -m "New otf version ${{ needs.release-please.outputs.tag_name }}"
git push origin new-otf-version-${{ needs.release-please.outputs.tag_name }}
- name: Create pull request
Expand Down

0 comments on commit 3ed91e3

Please sign in to comment.