Skip to content

Commit

Permalink
fix: helm chart branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Jul 8, 2023
1 parent 36ee226 commit b77dc8a
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 @@ -123,7 +123,7 @@ jobs:
# create branch and commit
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.version }}
git checkout -b new-otf-version-${{ needs.release-please.outputs.tag_name }}
git add ./charts/otf/Chart.yaml
git add ./README.md
git commit -m "New otf version ${{ needs.release-please.outputs.tag_name }}"
Expand Down

0 comments on commit b77dc8a

Please sign in to comment.